Skip to content

Commit

Permalink
Adds new IPv6 targets for ndt_raw and ndt_ssl to the gcp-discovery-se…
Browse files Browse the repository at this point in the history
…rvice. (#210)

* Adds new IPv6 targets for ndt_raw and ndt_ssl to the gcp-discovery-service.
  • Loading branch information
nkinkade authored Mar 30, 2018
1 parent 9338bc8 commit 5b2f02f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions k8s/prometheus-federation/deployments/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,12 @@ spec:
"--http-source=https://storage.googleapis.com/operator-{{GCLOUD_PROJECT}}/prometheus/script-targets/ndt_queue.json",
"--http-target=/targets/blackbox-targets/ndt_raw.json",
"--http-source=https://storage.googleapis.com/operator-{{GCLOUD_PROJECT}}/prometheus/blackbox-targets/ndt_raw.json",
"--http-target=/targets/blackbox-targets-ipv6/ndt_raw_ipv6.json",
"--http-source=https://storage.googleapis.com/operator-{{GCLOUD_PROJECT}}/prometheus/blackbox-targets-ipv6/ndt_raw_ipv6.json",
"--http-target=/targets/blackbox-targets/ndt_ssl.json",
"--http-source=https://storage.googleapis.com/operator-{{GCLOUD_PROJECT}}/prometheus/blackbox-targets/ndt_ssl.json",
"--http-target=/targets/blackbox-targets-ipv6/ndt_ssl_ipv6.json",
"--http-source=https://storage.googleapis.com/operator-{{GCLOUD_PROJECT}}/prometheus/blackbox-targets-ipv6/ndt_ssl_ipv6.json",
"--http-target=/targets/legacy-targets/ndt_inotify.json",
"--http-source=https://storage.googleapis.com/operator-{{GCLOUD_PROJECT}}/prometheus/legacy-targets/ndt_inotify.json",
"--http-target=/targets/blackbox-targets/mobiperf.json",
Expand Down

0 comments on commit 5b2f02f

Please sign in to comment.