mirror of
https://github.com/kmein/niveum
synced 2026-03-29 16:51:07 +02:00
feat(grafana): provision
This commit is contained in:
38
systems/makanek/monitoring/grafana-datasources.json
Normal file
38
systems/makanek/monitoring/grafana-datasources.json
Normal file
@@ -0,0 +1,38 @@
|
||||
[
|
||||
{
|
||||
"id": 2,
|
||||
"uid": "sAagoeS7k",
|
||||
"orgId": 1,
|
||||
"name": "Loki",
|
||||
"type": "loki",
|
||||
"typeName": "Loki",
|
||||
"typeLogoUrl": "public/app/plugins/datasource/loki/img/loki_icon.svg",
|
||||
"access": "proxy",
|
||||
"url": "http://localhost:3100",
|
||||
"user": "",
|
||||
"database": "",
|
||||
"basicAuth": false,
|
||||
"isDefault": false,
|
||||
"jsonData": {},
|
||||
"readOnly": true
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"uid": "tOBnpeI7z",
|
||||
"orgId": 1,
|
||||
"name": "Prometheus",
|
||||
"type": "prometheus",
|
||||
"typeName": "Prometheus",
|
||||
"typeLogoUrl": "public/app/plugins/datasource/prometheus/img/prometheus_logo.svg",
|
||||
"access": "proxy",
|
||||
"url": "http://localhost:9001",
|
||||
"user": "",
|
||||
"database": "",
|
||||
"basicAuth": false,
|
||||
"isDefault": true,
|
||||
"jsonData": {
|
||||
"httpMethod": "POST"
|
||||
},
|
||||
"readOnly": true
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user