Issue
I have set up Performance Monitoring for my SDK, but the Queries tab remains empty.
Applies To
- Business or Enterprise plans
- Performance Monitoring
- Queries
Resolution
Firstly, please ensure that you have remaining quota for this billing period. You can do so by going to your Organization's settings > Subscription.
Additionally, make sure that you have set up Performance Monitoring correctly. Usually, this problem involves Automatic Instrumentation. Make sure that you are on a backend project with a recommended SDK version.
Next, go to Discover and check the latest transactions from that project by using the filter
event.type:transaction
. You need to check wether you are getting transactions, and whether those transactions have eligible spans. The span eligibility can be found here. If you are on the Business Plan, you can speed up this search by adding the spans.db
column.If that column is empty, or you cannot find any db spans in your search, it means that your transactions are not getting eligible spans, and therefore, you cannot get Queries. Once you start getting db spans, the Queries tab should start being populated automatically. If you think you should have db spans, but they are not being captured automatically, you might need to use Custom Instrumentation to track them.