We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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
FROM Metric SELECT clamp_max(count(newrelic.sli.good) / count(newrelic.sli.valid) * 100, 100) as 'SLI attainment' WHERE sli.guid = 'GUID'
FROM Metric SELECT apm.service.apdex
Show and process Metrics in the widget.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
Expected Behaviour
Show and process Metrics in the widget.
The text was updated successfully, but these errors were encountered: