Query APM based on request headers

189 views Asked by At

Referencing to the configuration over capturing headers with APM which is set to true by default in one of our Spring Boot application. I am curious to understand if there is also a follow up configuration to make these help us query or visualise over our request patterns on APM?

Use Case - I have a request header X-Tenant-Id and I want to visualise the distribution percentage per tenant using this as a means.

At present, I am unable to perform this with a message

Unindexed fields or ignored values cannot be searched

An alternate that I could think of would be to intercept request at our application and then updating the current transaction of APM, but that's unintuitive and could be prone to some performance impact in our application.

0

There are 0 answers