Hi, I'm trying to instrument my .NET application for Splunk Observability Cloud. I'm using this package for that and it's working. I can see traces coming in. However in the Database Query Performance section, I can only see the queries executed by hangfire (which we use to manage background jobs) in the application. Other DB queries are not captured. We are using a PostgreSQL database hosted in Amazon RDS which is compatible. The SQL Database MetricSets is also active. How can I make sure all the DB queries are captured? .
... View more