Files
no-copy/infrastructure/grafana/provisioning/datasources/datasources.yaml
T

20 lines
370 B
YAML
Raw Normal View History

2025-11-25 13:31:50 +07:00
apiVersion: 1
datasources:
- name: Prometheus
type: prometheus
access: proxy
url: http://prometheus:9090
isDefault: true
- name: Loki
type: loki
access: proxy
url: http://loki:3100
isDefault: false
editable: true
- name: Tempo
type: tempo
access: proxy
url: http://tempo:3200
isDefault: false
editable: true