Skip to content

Commit

Permalink
charts: Update Fluent-bit dashboard from fluent for MetalK8s
Browse files Browse the repository at this point in the history
Add link to Loki and Logs dashboards and add a templating variable for
`DS_PROMETHEUS`

Refs: #2721
  • Loading branch information
TeddyAndrieux committed Aug 25, 2020
1 parent 3eacee2 commit 2e18ee6
Showing 1 changed file with 36 additions and 2 deletions.
38 changes: 36 additions & 2 deletions charts/fluent-bit-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,30 @@
"gnetId": 7752,
"graphTooltip": 1,
"id": null,
"links": [],
"links": [
{
"icon": "dashboard",
"includeVars": true,
"keepTime": true,
"tags": [],
"targetBlank": true,
"title": "Logs",
"tooltip": "",
"type": "link",
"url": "/grafana/d/a7e130cb82be229d6f3edbfd0a438001/logs"
},
{
"icon": "dashboard",
"includeVars": true,
"keepTime": true,
"tags": [],
"targetBlank": true,
"title": "Loki",
"tooltip": "",
"type": "link",
"url": "/grafana/d/g6fe30815b172c9da7e813c15ddfe607/loki"
}
],
"panels": [
{
"cacheTimeout": null,
Expand Down Expand Up @@ -1417,7 +1440,18 @@
"style": "dark",
"tags": [],
"templating": {
"list": []
"list": [
{
"current": {
"text": "Prometheus",
"value": "Prometheus"
},
"hide": 2,
"name": "DS_PROMETHEUS",
"query": "prometheus",
"type": "datasource"
}
]
},
"time": {
"from": "now-15m",
Expand Down

0 comments on commit 2e18ee6

Please sign in to comment.