'NewRelic not capturing database queries
Solution 1:[1]
Check out the PHP agent docs to validate if your service is running a framework/db connector supported by the agent out of box: https://docs.newrelic.com/docs/apm/agents/php-agent/getting-started/php-agent-compatibility-requirements/#databases
If your agent isn't reporting any transactions, then you probably won't see any database/query details. You should validate that you see transactions that are making DB calls and that you don't need any custom instrumentation to capture the DB calls.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | nobrac |

