We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 359ee74 + 8717342 commit 69bb8f2Copy full SHA for 69bb8f2
alert-policies/prometheus-agent/DupMetrics.yml
@@ -4,7 +4,7 @@ description: |+
4
This alert is triggered if two or more jobs scraping the same instance in the same cluster.
5
type: STATIC
6
nrql:
7
- query: "FROM Metric select uniqueCount(job) facet instance, cluster_name"
+ query: "FROM Metric select uniqueCount(job) WHERE metricName LIKE 'prometheus%' facet instance, cluster_name"
8
9
# Function used to aggregate the NRQL query value(s) for comparison to the terms.threshold (Default: SINGLE_VALUE)
10
valueFunction: SINGLE_VALUE
0 commit comments