Skip to content

Commit

Permalink
Add datasources for autojoin cluster (#1058)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-soltesz authored Sep 11, 2024
1 parent b95f2bb commit 94e6486
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# config file version
apiVersion: 1

datasources:
- name: Autojoin Platform (mlab-autojoin)
type: prometheus
access: proxy
orgId: 1
url: https://prometheus-autojoin-basic.mlab-autojoin.measurementlab.net
basicAuth: true
basicAuthUser: {{PROM_AUTH_USER}}
secureJsonData:
basicAuthPassword: {{PROM_AUTH_PASS}}
isDefault: {{IS_DEFAULT}}
version: 1
editable: false

jsonData:
timeout: 60
timeInterval: 60s
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# config file version
apiVersion: 1

datasources:
- name: Autojoin Platform (mlab-sandbox)
type: prometheus
access: proxy
orgId: 1
url: https://prometheus-autojoin-basic.mlab-sandbox.measurementlab.net
basicAuth: true
basicAuthUser: {{PROM_AUTH_USER}}
secureJsonData:
basicAuthPassword: {{PROM_AUTH_PASS}}
isDefault: {{IS_DEFAULT}}
version: 1
editable: false

jsonData:
timeout: 60
timeInterval: 60s
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# config file version
apiVersion: 1

datasources:
- name: Autojoin Platform (mlab-staging)
type: prometheus
access: proxy
orgId: 1
url: https://prometheus-autojoin-basic.mlab-staging.measurementlab.net
basicAuth: true
basicAuthUser: {{PROM_AUTH_USER}}
secureJsonData:
basicAuthPassword: {{PROM_AUTH_PASS}}
isDefault: {{IS_DEFAULT}}
version: 1
editable: false

jsonData:
timeout: 60
timeInterval: 60s

0 comments on commit 94e6486

Please sign in to comment.