5a2c41574a
* Local debug setup for integration tests * Tests debugging setup readme * Clippy too smart
31 lines
483 B
YAML
31 lines
483 B
YAML
apiVersion: 1
|
|
|
|
datasources:
|
|
- name: Prometheus
|
|
type: prometheus
|
|
access: proxy
|
|
org_id: 1
|
|
url: http://prometheus:9090
|
|
is_default: true
|
|
version: 1
|
|
editable: true
|
|
|
|
- name: Tempo
|
|
type: tempo
|
|
access: proxy
|
|
org_id: 1
|
|
url: http://tempo:3200
|
|
is_default: false
|
|
version: 1
|
|
editable: true
|
|
|
|
- name: Loki
|
|
type: loki
|
|
access: proxy
|
|
org_id: 1
|
|
url: http://loki:3100
|
|
is_default: false
|
|
version: 1
|
|
editable: true
|
|
|