Skip to content

Commit

Permalink
ci: updated fb dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
voorepreethi committed Dec 10, 2024
1 parent 2f83ce8 commit 07c4522
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions entity-types/ext-fluentbit/dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,43 @@
"ignoreTimeRange": false
}
}
}, {
"title": "Fluent Bit uptime",
"layout": {
"column": 7,
"row": 4,
"width": 6,
"height": 3
},
"visualization": {
"id": "viz.line"
},
"rawConfiguration": {
"facet": {
"showOtherSeries": false
},
"legend": {
"enabled": true
},
"nrqlQueries": [
{
"accountId": 0,
"query": "SELECT latest(fluentbit_uptime) FROM Metric where cluster_name IN ({{cluster_name}}) facet pod_name timeseries"
}
],
"platformOptions": {
"ignoreTimeRange": false
},
"thresholds": {
"isLabelVisible": true
},
"yAxisLeft": {
"zero": true
},
"yAxisRight": {
"zero": true
}
}
}
]
}
Expand Down

0 comments on commit 07c4522

Please sign in to comment.