Skip to content

Commit 5156890

Browse files
authored
[DSM][Kafka][RabbitMQ] - Add the dsm map to OOTB dashboards (#20618)
* [DSM] Add the dsm map to the kafka ootb dashboard * [DSM] Add the dsm map to the rabbitmq management ootb dashboard * [DSM] Add the dsm map to the rabbitmq openmetrics ootb dashboard
1 parent cef89cf commit 5156890

File tree

3 files changed

+88
-70
lines changed

3 files changed

+88
-70
lines changed

kafka/assets/dashboards/kafka_dashboard.json

Lines changed: 31 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,6 @@
867867
"show_legend": true,
868868
"legend_layout": "auto",
869869
"legend_columns": ["avg", "min", "max", "value", "sum"],
870-
"time": {},
871870
"type": "timeseries",
872871
"requests": [
873872
{
@@ -908,7 +907,7 @@
908907
"id": 8236156193990667,
909908
"definition": {
910909
"type": "note",
911-
"content": "Get insights into your topics' producers and consumers, including anomaly detection by instrumenting with Data Streams Monitoring. [Learn more](https://docs.datadoghq.com/data_streams/setup/technologies/kafka/?referrer=kafka)",
910+
"content": "Get insights into your topics' producers and consumers, including anomaly detection by instrumenting with Data Streams Monitoring. [Learn more](https://docs.datadoghq.com/data_streams/setup/technologies/kafka/?referrer=kafka)\n\nAssign the **topic** variable to view insights about a specific topic",
912911
"background_color": "purple",
913912
"font_size": "14",
914913
"text_align": "center",
@@ -920,6 +919,27 @@
920919
},
921920
"layout": { "x": 0, "y": 0, "width": 12, "height": 1 }
922921
},
922+
{
923+
"id": 3148501078668227,
924+
"definition": {
925+
"title": "Kafka Topology for $topic, $env",
926+
"title_size": "16",
927+
"title_align": "left",
928+
"type": "topology_map",
929+
"requests": [
930+
{
931+
"request_type": "topology",
932+
"query": {
933+
"filters": ["$env"],
934+
"service": "",
935+
"data_source": "data_streams",
936+
"query_string": "traffic_type:kafka queue:$topic.value"
937+
}
938+
}
939+
]
940+
},
941+
"layout": { "x": 0, "y": 1, "width": 6, "height": 6 }
942+
},
923943
{
924944
"id": 2184446562382655,
925945
"definition": {
@@ -929,7 +949,6 @@
929949
"show_legend": true,
930950
"legend_layout": "auto",
931951
"legend_columns": ["avg", "min", "max", "value", "sum"],
932-
"time": {},
933952
"type": "timeseries",
934953
"requests": [
935954
{
@@ -958,7 +977,7 @@
958977
}
959978
]
960979
},
961-
"layout": { "x": 0, "y": 1, "width": 12, "height": 4 }
980+
"layout": { "x": 6, "y": 1, "width": 6, "height": 6 }
962981
},
963982
{
964983
"id": 1870414104649433,
@@ -1008,7 +1027,7 @@
10081027
}
10091028
]
10101029
},
1011-
"layout": { "x": 0, "y": 5, "width": 6, "height": 2 }
1030+
"layout": { "x": 0, "y": 7, "width": 6, "height": 2 }
10121031
},
10131032
{
10141033
"id": 944656656985134,
@@ -1058,7 +1077,7 @@
10581077
}
10591078
]
10601079
},
1061-
"layout": { "x": 6, "y": 5, "width": 6, "height": 2 }
1080+
"layout": { "x": 6, "y": 7, "width": 6, "height": 2 }
10621081
},
10631082
{
10641083
"id": 6058441691900230,
@@ -1069,7 +1088,6 @@
10691088
"show_legend": true,
10701089
"legend_layout": "auto",
10711090
"legend_columns": ["avg", "min", "max", "value", "sum"],
1072-
"time": {},
10731091
"type": "timeseries",
10741092
"requests": [
10751093
{
@@ -1106,7 +1124,7 @@
11061124
}
11071125
]
11081126
},
1109-
"layout": { "x": 0, "y": 7, "width": 6, "height": 2 }
1127+
"layout": { "x": 0, "y": 9, "width": 6, "height": 2 }
11101128
},
11111129
{
11121130
"id": 3284852106159467,
@@ -1115,7 +1133,6 @@
11151133
"title_size": "16",
11161134
"title_align": "left",
11171135
"show_legend": true,
1118-
"time": {},
11191136
"type": "distribution",
11201137
"xaxis": {
11211138
"scale": "linear",
@@ -1147,11 +1164,11 @@
11471164
}
11481165
]
11491166
},
1150-
"layout": { "x": 6, "y": 7, "width": 6, "height": 2 }
1167+
"layout": { "x": 6, "y": 9, "width": 6, "height": 2 }
11511168
}
11521169
]
11531170
},
1154-
"layout": { "x": 0, "y": 18, "width": 12, "height": 10 }
1171+
"layout": { "x": 0, "y": 18, "width": 12, "height": 12 }
11551172
},
11561173
{
11571174
"id": 6693725981895002,
@@ -1368,7 +1385,7 @@
13681385
},
13691386
"layout": {
13701387
"x": 0,
1371-
"y": 28,
1388+
"y": 30,
13721389
"width": 12,
13731390
"height": 6,
13741391
"is_column_break": true
@@ -1408,7 +1425,6 @@
14081425
"show_legend": true,
14091426
"legend_layout": "auto",
14101427
"legend_columns": ["avg", "min", "max", "value", "sum"],
1411-
"time": {},
14121428
"type": "timeseries",
14131429
"requests": [
14141430
{
@@ -1449,7 +1465,6 @@
14491465
"show_legend": true,
14501466
"legend_layout": "auto",
14511467
"legend_columns": ["avg", "min", "max", "value", "sum"],
1452-
"time": {},
14531468
"type": "timeseries",
14541469
"requests": [
14551470
{
@@ -1483,7 +1498,7 @@
14831498
}
14841499
]
14851500
},
1486-
"layout": { "x": 0, "y": 34, "width": 12, "height": 5 }
1501+
"layout": { "x": 0, "y": 36, "width": 12, "height": 5 }
14871502
},
14881503
{
14891504
"id": 8466685701903458,
@@ -1584,7 +1599,7 @@
15841599
}
15851600
]
15861601
},
1587-
"layout": { "x": 0, "y": 39, "width": 12, "height": 6 }
1602+
"layout": { "x": 0, "y": 41, "width": 12, "height": 6 }
15881603
}
15891604
],
15901605
"template_variables": [

0 commit comments

Comments
 (0)