Skip to content

Commit fb882fe

Browse files
feat(monitoring): add Loki datasource to Grafana
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 8ba9afa commit fb882fe

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

k8s/kube-prometheus/manifests/grafana-dashboardDatasources.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ stringData:
2121
"type": "prometheus",
2222
"url": "http://prometheus-k8s.monitoring.svc:9090",
2323
"version": 1
24+
},
25+
{
26+
"access": "proxy",
27+
"editable": false,
28+
"name": "loki",
29+
"orgId": 1,
30+
"type": "loki",
31+
"url": "http://loki.monitoring.svc:3100",
32+
"version": 1
2433
}
2534
]
2635
}

0 commit comments

Comments
 (0)