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

24 lines
444 B
YAML
Raw Normal View History

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