17 lines
280 B
YAML
17 lines
280 B
YAML
apiVersion: 1
|
|
|
|
datasources:
|
|
- name: Prometheus
|
|
type: prometheus
|
|
access: proxy
|
|
url: http://prometheus:9090
|
|
jsonData:
|
|
timeInterval: 10s
|
|
queryTimeout: 30s
|
|
httpMethod: POST
|
|
|
|
- name: Loki
|
|
type: loki
|
|
access: proxy
|
|
url: http://loki:3100
|