Files
grafana-dashboards/datasources.json
T
2026-05-23 10:31:10 +00:00

39 lines
813 B
JSON

[
{
"id": 2,
"uid": "P8E80F9AEF21F6940",
"orgId": 1,
"name": "Loki",
"type": "loki",
"typeName": "Loki",
"typeLogoUrl": "public/plugins/loki/img/loki_icon.svg",
"access": "proxy",
"url": "http://loki:3100",
"user": "",
"database": "",
"basicAuth": false,
"isDefault": false,
"jsonData": {
"maxLines": 5000
},
"readOnly": true
},
{
"id": 1,
"uid": "PBFA97CFB590B2093",
"orgId": 1,
"name": "Prometheus",
"type": "prometheus",
"typeName": "Prometheus",
"typeLogoUrl": "public/plugins/prometheus/img/prometheus_logo.svg",
"access": "proxy",
"url": "http://prometheus:9090",
"user": "",
"database": "",
"basicAuth": false,
"isDefault": true,
"jsonData": {},
"readOnly": false
}
]