Skip to content

Commit

Permalink
Merge pull request #161 from m-lab/sandbox-nodeexp-label
Browse files Browse the repository at this point in the history
Changes the filename for node_exporter targets from lameduck.json to nodeexporter.json
  • Loading branch information
nkinkade authored Dec 22, 2017
2 parents 7f8c417 + 4da0ada commit 270ae27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/prometheus-federation/deployments/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 270ae27

Please sign in to comment.