You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would love to query for apdexPerfZone across all agents (especially through Node.js). Currently, only the Java agent reports the apdexPerfZone attribute. Most agents report nr. apdexPerfZone but this is meant to be internal.
Expected Behavior
The customer would like consistency across their dashboards as for non-Java agents these show up as null values.
FROM Transaction
SELECT (percentage(count(*), WHERE apdexPerfZone='S')) FACET appName
SINCE 24 hours ago WHERE appName
LIKE 'movilepay%' AND apdexPerfZone IS NULL AND transactionType
= 'Web' LIMIT 1000
at RPM ID : 898626
Your Environment
Node version:
Additional context
The text was updated successfully, but these errors were encountered:
Description
We would love to query for
apdexPerfZone
across all agents (especially through Node.js). Currently, only the Java agent reports theapdexPerfZone
attribute. Most agents reportnr. apdexPerfZone
but this is meant to be internal.Expected Behavior
The customer would like consistency across their dashboards as for non-Java agents these show up as
null
values.Troubleshooting or NR Diag results
Querying for
apdexPerfZone
through Node agentSteps to Reproduce
FROM Transaction
SELECT (percentage(count(*), WHERE apdexPerfZone='S')) FACET appName
SINCE 24 hours ago WHERE appName
LIKE 'movilepay%' AND apdexPerfZone IS NULL AND transactionType
= 'Web' LIMIT 1000
at RPM ID : 898626
Your Environment
Node version:
Additional context
The text was updated successfully, but these errors were encountered: