tokenbridge-monitor/grafana/provisioning/datasources/config.yml

44 lines
935 B
YAML
Raw Normal View History

2022-03-28 00:28:10 -07:00
apiVersion: 1
datasources:
- id: 1
uid: VrxXe4xnk
orgId: 1
name: PostgreSQL
type: postgres
typeName: PostgreSQL
typeLogoUrl: public/app/plugins/datasource/postgres/img/postgresql_logo.svg
access: proxy
url: ${PG_HOST}
password: ${PG_PASSWORD}
user: ${PG_USER}
database: ${PG_DB}
2022-03-28 00:28:10 -07:00
basicAuth: false
isDefault: true
jsonData:
postgresVersion: 1200
sslmode: disable
tlsAuth: false
tlsAuthWithCACert: false
tlsConfigurationMethod: file-path
tlsSkipVerify: true
readOnly: false
- id: 2
uid: Fa9964bnk
orgId: 1
name: Prometheus
type: prometheus
typeName: Prometheus
typeLogoUrl: public/app/plugins/datasource/prometheus/img/prometheus_logo.svg
access: proxy
url: ${PROM_HOST}
2022-03-28 00:28:10 -07:00
password: ''
user: ''
database: ''
basicAuth: true
basicAuthUser: ${PROM_USER}
basicAuthPassword: ${PROM_PASSWORD}
2022-03-28 00:28:10 -07:00
isDefault: false
jsonData:
httpMethod: POST
readOnly: false