Skip to content

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmith-sas committed Jun 26, 2024
1 parent c914e6e commit 0f49d9f
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions monitoring/dashboards/logging/fluent-bit.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "PBFA97CFB590B2093"
"uid": "${datasource}"
},
"description": "",
"fieldConfig": {
Expand Down Expand Up @@ -219,7 +219,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "PBFA97CFB590B2093"
"uid": "${datasource}"
},
"expr": "- sum(rate(fluentbit_input_records_total{pod!~\"v4m-fb-events.*\",node=~\"$node\"}[5m]))",
"interval": "",
Expand All @@ -229,7 +229,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "PBFA97CFB590B2093"
"uid": "${datasource}"
},
"expr": "sum(rate(fluentbit_output_proc_records_total{pod!~\"v4m-fb-events.*\",node=~\"$node\"}[5m]))",
"interval": "",
Expand Down Expand Up @@ -710,7 +710,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
},
{
"color": "red",
Expand Down Expand Up @@ -806,7 +807,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
},
{
"color": "red",
Expand Down Expand Up @@ -910,7 +912,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
},
{
"color": "red",
Expand Down Expand Up @@ -968,12 +971,12 @@
}
],
"schemaVersion": 39,
"tags": [],
"tags": ["logging"],
"templating": {
"list": [
{
"current": {
"selected": false,
"selected": true,
"text": "Prometheus",
"value": "PBFA97CFB590B2093"
},
Expand Down Expand Up @@ -1049,6 +1052,6 @@
"timezone": "",
"title": "Fluent Bit - Log Message Collection",
"uid": "bdpuuduborgg0b",
"version": 1,
"version": 3,
"weekStart": ""
}

0 comments on commit 0f49d9f

Please sign in to comment.