From 4da0adaba4600a9c3434702430bf6a3c58411c6a Mon Sep 17 00:00:00 2001 From: Nathan Kinkade Date: Fri, 22 Dec 2017 13:15:34 -0700 Subject: [PATCH] Changes the filename for node_exporter targets from lameduck.json to nodeexporter.json. --- k8s/prometheus-federation/deployments/prometheus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/prometheus-federation/deployments/prometheus.yml b/k8s/prometheus-federation/deployments/prometheus.yml index 4b33cdea..26891a6c 100644 --- a/k8s/prometheus-federation/deployments/prometheus.yml +++ b/k8s/prometheus-federation/deployments/prometheus.yml @@ -128,8 +128,8 @@ spec: "--gke-target=/targets/federation-targets/prometheus-clusters.json", "--http-target=/targets/legacy-targets/sidestream.json", "--http-source=https://storage.googleapis.com/operator-{{GCLOUD_PROJECT}}/prometheus/legacy-targets/sidestream.json", - "--http-target=/targets/legacy-targets/lameduck.json", - "--http-source=https://storage.googleapis.com/operator-{{GCLOUD_PROJECT}}/prometheus/legacy-targets/lameduck.json", + "--http-target=/targets/legacy-targets/nodeexporter.json", + "--http-source=https://storage.googleapis.com/operator-{{GCLOUD_PROJECT}}/prometheus/legacy-targets/nodeexporter.json", "--http-target=/targets/blackbox-targets/ssh806.json", "--http-source=https://storage.googleapis.com/operator-{{GCLOUD_PROJECT}}/prometheus/blackbox-targets/ssh806.json", "--http-target=/targets/blackbox-targets/rsyncd.json",