Hi I am new to this community I want to ask, how do we get trace from database? In dummy data there ...
m
Hi I am new to this community I want to ask, how do we get trace from database? In dummy data there is mysql service so i hope it can be done for postgresql too
v
Hey Mohamad You need to instrument your application along with DB client to see DB calls: https://signoz.io/docs/instrumentation/
m
HI Vishal I have instrumented the application frontend (react js) and backend (php laravel) but the database is not appear
v
Which DB are you using? Is db integrated with PHP? If yes which DB client are you using? Also mysql shown on signoz from hotrod app is just random generated service. Not actually a DB.
m
I use postgresql and it is integrated with PHP
v
If application is instrumented fully then you should see DB metrics in service detail page page
Also mysql shown on signoz from hotrod app is just random generated service. Not actually a DB.
m
Hi do you have a guide for this?
a
no