Skip to content

Commit

Permalink
Update AutoMQ dashboards
Browse files Browse the repository at this point in the history
  • Loading branch information
UlricQin committed May 31, 2024
1 parent f7372b1 commit 8c61d8c
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 6 deletions.
2 changes: 1 addition & 1 deletion integrations/AutoMQ/dashboards/broker_metrics.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Broker Metrics",
"tags": "",
"ident": "",
"ident": "automq-broker-metrics",
"configs": {
"version": "3.0.0",
"links": [],
Expand Down
24 changes: 21 additions & 3 deletions integrations/AutoMQ/dashboards/cluster_overview.json
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,13 @@
"calc": "lastNotNull",
"displayMode": "labelsOfSeriesToRows",
"columns": [],
"linkMode": "appendLinkColumn"
"linkMode": "appendLinkColumn",
"links": [
{
"title": "下钻",
"url": "/dashboards/automq-group-metrics?TSDB=${DS_PROMETHEUS}&cluster_id=${cluster_id}&group_id=${__field.labels.consumer_group}&partition=all&topic=${__field.labels.topic}"
}
]
},
"options": {
"valueMappings": [
Expand Down Expand Up @@ -735,7 +741,13 @@
"aggrDimension": [
"topic"
],
"linkMode": "appendLinkColumn"
"linkMode": "appendLinkColumn",
"links": [
{
"title": "下钻",
"url": "/dashboards/automq-topic-metrics?TSDB=${DS_PROMETHEUS}&cluster_id=${cluster_id}&topic=${__field.labels.topic}"
}
]
},
"options": {
"standardOptions": {
Expand Down Expand Up @@ -893,7 +905,13 @@
"aggrDimension": [
"instance"
],
"linkMode": "appendLinkColumn"
"linkMode": "appendLinkColumn",
"links": [
{
"title": "下钻",
"url": "/dashboards/automq-broker-metrics?DS_PROMETHEUS=${DS_PROMETHEUS}&cluster_id=${cluster_id}&node_id=${__field.labels.instance}"
}
]
},
"options": {
"standardOptions": {}
Expand Down
2 changes: 1 addition & 1 deletion integrations/AutoMQ/dashboards/group_metrics.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Group Metrics",
"tags": "",
"ident": "",
"ident": "automq-group-metrics",
"configs": {
"version": "3.0.0",
"links": [],
Expand Down
2 changes: 1 addition & 1 deletion integrations/AutoMQ/dashboards/topic_metrics.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Topic Metrics",
"tags": "",
"ident": "",
"ident": "automq-topic-metrics",
"configs": {
"version": "3.0.0",
"links": [],
Expand Down

0 comments on commit 8c61d8c

Please sign in to comment.