Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Spike] apdexPerfZone for Node Agent #804

Open
miguelmattos opened this issue Jul 16, 2021 · 2 comments
Open

[Spike] apdexPerfZone for Node Agent #804

miguelmattos opened this issue Jul 16, 2021 · 2 comments

Comments

@miguelmattos
Copy link

miguelmattos commented Jul 16, 2021

Description

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.

Troubleshooting or NR Diag results

Querying for apdexPerfZone through Node agent

Steps 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

@rr0214
Copy link
Contributor

rr0214 commented Aug 4, 2021

This effort will need coordination across agent teams and a decision by PMs

@workato-integration
Copy link

@workato-integration workato-integration bot changed the title apdexPerfZone for Node Agent [Spike] apdexPerfZone for Node Agent Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Triage Needed: Unprioritized Features
Development

No branches or pull requests

3 participants