2025-10-30 07:37:44 +00:00
|
|
|
apiVersion: 1
|
|
|
|
|
|
|
|
|
|
datasources:
|
|
|
|
|
- name: Prometheus
|
|
|
|
|
type: prometheus
|
|
|
|
|
access: proxy
|
|
|
|
|
url: http://prometheus:9090
|
|
|
|
|
isDefault: true
|
2025-11-01 11:22:06 +00:00
|
|
|
editable: true
|
|
|
|
|
# Basic authentication configuration
|
|
|
|
|
basicAuth: ${PROMETHEUS_AUTH_ENABLED}
|
|
|
|
|
basicAuthUser: ${PROMETHEUS_USERNAME}
|
|
|
|
|
basicAuthPassword: ${PROMETHEUS_PASSWORD}
|