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
Old issues will be closed after 105 days of inactivity. This issue has been quiet for 90 days and is being marked as stale. Reply here to keep this issue open.
newrelic-quickstarts/dashboards/kubernetes/kubernetes.json
Line 586 in 1401f84
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
The text was updated successfully, but these errors were encountered: