infra/k8s/operators/kube-prometheus/grafana/datasources.yaml

23 lines
444 B
YAML

{
"apiVersion": 1,
"datasources": [
{
"access": "proxy",
"editable": false,
"name": "prometheus",
"orgId": 1,
"type": "prometheus",
"url": "http://thanos-querier.monitoring.svc:9090",
"version": 2
},
{
"access": "proxy",
"editable": false,
"name": "loki",
"orgId": 1,
"type": "loki",
"url": "http://monitoring-0:3100",
"version": 1
}
]
}