Skip to content

Commit

Permalink
Update URLs for the platform-cluster prometheus datasources (#795)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodauria authored Feb 25, 2021
1 parent c77d77b commit 68a04bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ datasources:
type: prometheus
access: proxy
orgId: 1
url: https://prometheus-platform-cluster.mlab-oti.measurementlab.net
url: https://prometheus-platform-cluster-basicauth.mlab-oti.measurementlab.net
basicAuth: true
basicAuthUser: {{PLATFORM_PROM_AUTH_USER}}
basicAuthPassword: {{PLATFORM_PROM_AUTH_PASS}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ datasources:
type: prometheus
access: proxy
orgId: 1
url: https://prometheus-platform-cluster.mlab-sandbox.measurementlab.net
url: https://prometheus-platform-cluster-basicauth.mlab-sandbox.measurementlab.net
basicAuth: true
basicAuthUser: {{PLATFORM_PROM_AUTH_USER}}
basicAuthPassword: {{PLATFORM_PROM_AUTH_PASS}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ datasources:
type: prometheus
access: proxy
orgId: 1
url: https://prometheus-platform-cluster.mlab-staging.measurementlab.net
url: https://prometheus-platform-cluster-basicauth.mlab-staging.measurementlab.net
basicAuth: true
basicAuthUser: {{PLATFORM_PROM_AUTH_USER}}
basicAuthPassword: {{PLATFORM_PROM_AUTH_PASS}}
Expand Down

0 comments on commit 68a04bd

Please sign in to comment.