newrelic-quickstarts icon indicating copy to clipboard operation
newrelic-quickstarts copied to clipboard

NRQL Syntax issue with dashboard preventing import

Open jsbnr opened this issue 1 year ago • 1 comments

https://github.com/newrelic/newrelic-quickstarts/blob/1401f84c41daa2d1d84dc455859868d1a44af3b9/dashboards/kubernetes/kubernetes.json#L586

The NRQL here appears to be missing an AND and is therfore failing to import correctly.

This pat of the NRQL where metricName = 'k8s.pod.createdAt' nodeName is not null facet nodeName

should possibly read: where metricName = 'k8s.pod.createdAt' AND nodeName is not null facet nodeName

jsbnr avatar Sep 27 '23 12:09 jsbnr