Skip to content

Commit

Permalink
Merge branch 'main' into chore/primary-branch-rename
Browse files Browse the repository at this point in the history
  • Loading branch information
elnyry-sam-k authored Apr 2, 2024
2 parents 576ba80 + 7ea972c commit 34ff889
Show file tree
Hide file tree
Showing 2 changed files with 255 additions and 67 deletions.
47 changes: 25 additions & 22 deletions monitoring/dashboards/messaging/dashboard-kafka-topic-overview.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
],
"__elements": {},
"__requires": [
{
"type": "panel",
"id": "barchart",
"name": "Bar chart",
"version": ""
},
{
"type": "grafana",
"id": "grafana",
Expand Down Expand Up @@ -432,28 +438,17 @@
"axisColorMode": "text",
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "line",
"fillOpacity": 0,
"fillOpacity": 80,
"gradientMode": "none",
"hideFrom": {
"legend": false,
"tooltip": false,
"viz": false
},
"insertNulls": false,
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
},
"showPoints": "auto",
"spanNulls": false,
"stacking": {
"group": "A",
"mode": "none"
},
"thresholdsStyle": {
"mode": "off"
}
Expand Down Expand Up @@ -484,20 +479,27 @@
},
"id": 19,
"options": {
"barRadius": 0,
"barWidth": 0.97,
"fullHighlight": false,
"groupWidth": 0.7,
"legend": {
"calcs": [
"min",
"max",
"mean"
"lastNotNull"
],
"displayMode": "table",
"displayMode": "list",
"placement": "right",
"showLegend": true
},
"orientation": "auto",
"showValue": "auto",
"stacking": "none",
"tooltip": {
"mode": "single",
"sort": "none"
}
},
"xTickLabelRotation": 0,
"xTickLabelSpacing": 0
},
"targets": [
{
Expand All @@ -506,15 +508,16 @@
"uid": "${DS_PROMETHEUS}"
},
"editorMode": "code",
"exemplar": false,
"expr": "sum(kafka_log_log_size{topic=~\"$topic\"}) by (topic)",
"instant": false,
"instant": true,
"legendFormat": "__auto",
"range": true,
"range": false,
"refId": "A"
}
],
"title": "Log size by topic",
"type": "timeseries"
"type": "barchart"
},
{
"collapsed": false,
Expand Down Expand Up @@ -710,7 +713,7 @@
]
},
"time": {
"from": "now-1h",
"from": "now-5m",
"to": "now"
},
"timepicker": {
Expand Down Expand Up @@ -740,7 +743,7 @@
},
"timezone": "browser",
"title": "Kafka - Topic Overview",
"uid": "jwPKIsniow-04",
"uid": "jwPKIsniow-05",
"version": 1,
"weekStart": ""
}
Loading

0 comments on commit 34ff889

Please sign in to comment.