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

NRQL results NULL in "NRQL Status Widget" when querying from metrics #34

Open
newtaku opened this issue Jun 22, 2022 · 0 comments
Open
Labels
bug Something isn't working

Comments

@newtaku
Copy link

newtaku commented Jun 22, 2022

NRQL querying metrics returns null / Oops Error in the widget.
NRQL itself works fine fine in other dashboard widgets and returns a value.

eg.1 FROM Metric SELECT clamp_max(count(newrelic.sli.good) / count(newrelic.sli.valid) * 100, 100) as 'SLI attainment' WHERE sli.guid = 'GUID'
eg.2 FROM Metric SELECT apm.service.apdex

Steps to Reproduce

  • Add Status Widget Pack to an account.
  • Launch and select "NRQL Status Widget" to configure
  • Configure and add Query retrieving data from Metric

Expected Behaviour

Show and process Metrics in the widget.

@newtaku newtaku added the bug Something isn't working label Jun 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant