I’m trying to figure out what NRQL query is used to generate the Transaction specific ‘App Server Breakdown’ that shows the breakdown by segmentName for each transaction. Is there a specific metric for each transaction name?
I know at the app level it uses:
SELECT average(apm.service.overview.web) * 1000 FROM Metric WHERE (entity.guid = ‘GUID’) FACET segmentName