Skip to content

Commit f4dd9c0

Browse files
authored
Merge pull request #2409 from newrelic/release
Release 2024-05-09
2 parents 0baa208 + c376794 commit f4dd9c0

File tree

150 files changed

+1066
-546
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

150 files changed

+1066
-546
lines changed

alert-policies/network-flow-devices/Flow Destinations Baseline.yml

-43
This file was deleted.

alert-policies/network-flow-devices/Flow Sources Baseline.yml

-43
This file was deleted.

alert-policies/prometheus-agent/DupMetrics.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: |+
44
This alert is triggered if two or more jobs scraping the same instance in the same cluster.
55
type: STATIC
66
nrql:
7-
query: "FROM Metric select uniqueCount(job) facet instance, cluster_name"
7+
query: "FROM Metric select uniqueCount(job) WHERE metricName LIKE 'prometheus%' facet instance, cluster_name"
88

99
# Function used to aggregate the NRQL query value(s) for comparison to the terms.threshold (Default: SINGLE_VALUE)
1010
valueFunction: SINGLE_VALUE

0 commit comments

Comments
 (0)