You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"title": "Consensus Votes Sent Message Size MB/sec",
1162
-
"description": "The rate of MB per second sent by the consensus p2p component over the Votes topic",
1152
+
"title": "Consensus Proposals Sent Message Size MB/sec",
1153
+
"description": "The rate of MB per second sent by the consensus p2p component over the Proposals topic",
1163
1154
"type": "timeseries",
1164
1155
"exprs": [
1165
-
"histogram_quantile(0.50, sum by (le) (rate(apollo_consensus_votes_sent_message_size_bucket{cluster=~\"$cluster\", namespace=~\"$namespace\"}[5m])))",
1166
-
"histogram_quantile(0.95, sum by (le) (rate(apollo_consensus_votes_sent_message_size_bucket{cluster=~\"$cluster\", namespace=~\"$namespace\"}[5m])))"
1156
+
"histogram_quantile(0.50, sum by (le) (rate(apollo_consensus_proposals_sent_message_size_bucket{cluster=~\"$cluster\", namespace=~\"$namespace\"}[5m])))",
1157
+
"histogram_quantile(0.95, sum by (le) (rate(apollo_consensus_proposals_sent_message_size_bucket{cluster=~\"$cluster\", namespace=~\"$namespace\"}[5m])))"
1167
1158
],
1168
1159
"extra_params": {
1169
1160
"unit": "decmbytes"
1170
1161
}
1171
1162
},
1172
1163
{
1173
-
"title": "Consensus Votes Number of Received Messages",
1174
-
"description": "The increase in the number of vote messages received by consensus p2p (over the selected time range)",
1175
-
"type": "stat",
1164
+
"title": "Consensus Proposals Received Message Size MB/sec",
1165
+
"description": "The rate of MB per second received by the consensus p2p component over the Proposals topic",
"histogram_quantile(0.50, sum by (le) (rate(apollo_consensus_proposals_received_message_size_bucket{cluster=~\"$cluster\", namespace=~\"$namespace\"}[5m])))",
1169
+
"histogram_quantile(0.95, sum by (le) (rate(apollo_consensus_proposals_received_message_size_bucket{cluster=~\"$cluster\", namespace=~\"$namespace\"}[5m])))"
1178
1170
],
1179
-
"extra_params": {}
1171
+
"extra_params": {
1172
+
"unit": "decmbytes"
1173
+
}
1180
1174
},
1181
1175
{
1182
-
"title": "Consensus Votes Received Message Size MB/sec",
1183
-
"description": "The rate of MB per second received by the consensus p2p component over the Votes topic",
"description": "The rate of MB per second dropped by the consensus p2p component over the Proposals topic",
1184
1178
"type": "timeseries",
1185
1179
"exprs": [
1186
-
"histogram_quantile(0.50, sum by (le) (rate(apollo_consensus_votes_received_message_size_bucket{cluster=~\"$cluster\", namespace=~\"$namespace\"}[5m])))",
1187
-
"histogram_quantile(0.95, sum by (le) (rate(apollo_consensus_votes_received_message_size_bucket{cluster=~\"$cluster\", namespace=~\"$namespace\"}[5m])))"
1180
+
"histogram_quantile(0.50, sum by (le) (rate(apollo_consensus_proposals_dropped_message_size_bucket{cluster=~\"$cluster\", namespace=~\"$namespace\"}[5m])))",
1181
+
"histogram_quantile(0.95, sum by (le) (rate(apollo_consensus_proposals_dropped_message_size_bucket{cluster=~\"$cluster\", namespace=~\"$namespace\"}[5m])))"
1188
1182
],
1189
1183
"extra_params": {
1190
1184
"unit": "decmbytes"
1191
1185
}
1192
1186
},
1193
1187
{
1194
-
"title": "Consensus Votes Dropped Messages By Reason",
1195
-
"description": "The number of dropped consensus votes messages, by reason (over the selected time range)",
1188
+
"title": "Consensus Proposals Number of Sent Messages",
1189
+
"description": "The increase in the number of proposal messages sent by consensus p2p (over the selected time range)",
1196
1190
"type": "stat",
1197
1191
"exprs": [
1198
-
"sum by (drop_reason) (increase(apollo_consensus_votes_num_dropped_messages{cluster=~\"$cluster\", namespace=~\"$namespace\"}[$__range])) > 0"
"description": "The rate of MB per second dropped by the consensus p2p component over the Votes topic",
1205
-
"type": "timeseries",
1206
-
"exprs": [
1207
-
"histogram_quantile(0.50, sum by (le) (rate(apollo_consensus_votes_dropped_message_size_bucket{cluster=~\"$cluster\", namespace=~\"$namespace\"}[5m])))",
1208
-
"histogram_quantile(0.95, sum by (le) (rate(apollo_consensus_votes_dropped_message_size_bucket{cluster=~\"$cluster\", namespace=~\"$namespace\"}[5m])))"
1209
-
],
1210
-
"extra_params": {
1211
-
"unit": "decmbytes"
1212
-
}
1213
-
},
1214
-
{
1215
-
"title": "Consensus Conflicting Votes",
1216
-
"description": "The increase in the number of conflicting votes (over the selected time range)",
1197
+
"title": "Consensus Proposals Number of Received Messages",
1198
+
"description": "The increase in the number of proposal messages received by consensus p2p (over the selected time range)",
"sum by (drop_reason) (increase(apollo_consensus_proposals_num_dropped_messages{cluster=~\"$cluster\", namespace=~\"$namespace\"}[$__range])) > 0"
1229
1211
],
1230
1212
"extra_params": {}
1231
1213
},
1232
1214
{
1233
-
"title": "Consensus Proposals Sent Message Size MB/sec",
1234
-
"description": "The rate of MB per second sent by the consensus p2p component over the Proposals topic",
1215
+
"title": "Consensus Votes Sent Message Size MB/sec",
1216
+
"description": "The rate of MB per second sent by the consensus p2p component over the Votes topic",
1235
1217
"type": "timeseries",
1236
1218
"exprs": [
1237
-
"histogram_quantile(0.50, sum by (le) (rate(apollo_consensus_proposals_sent_message_size_bucket{cluster=~\"$cluster\", namespace=~\"$namespace\"}[5m])))",
1238
-
"histogram_quantile(0.95, sum by (le) (rate(apollo_consensus_proposals_sent_message_size_bucket{cluster=~\"$cluster\", namespace=~\"$namespace\"}[5m])))"
1219
+
"histogram_quantile(0.50, sum by (le) (rate(apollo_consensus_votes_sent_message_size_bucket{cluster=~\"$cluster\", namespace=~\"$namespace\"}[5m])))",
1220
+
"histogram_quantile(0.95, sum by (le) (rate(apollo_consensus_votes_sent_message_size_bucket{cluster=~\"$cluster\", namespace=~\"$namespace\"}[5m])))"
1239
1221
],
1240
1222
"extra_params": {
1241
1223
"unit": "decmbytes"
1242
1224
}
1243
1225
},
1244
1226
{
1245
-
"title": "Consensus Proposals Number of Received Messages",
1246
-
"description": "The increase in the number of proposal messages received by consensus p2p (over the selected time range)",
1247
-
"type": "stat",
1227
+
"title": "Consensus Votes Received Message Size MB/sec",
1228
+
"description": "The rate of MB per second received by the consensus p2p component over the Votes topic",
"histogram_quantile(0.50, sum by (le) (rate(apollo_consensus_votes_received_message_size_bucket{cluster=~\"$cluster\", namespace=~\"$namespace\"}[5m])))",
1232
+
"histogram_quantile(0.95, sum by (le) (rate(apollo_consensus_votes_received_message_size_bucket{cluster=~\"$cluster\", namespace=~\"$namespace\"}[5m])))"
1250
1233
],
1251
-
"extra_params": {}
1234
+
"extra_params": {
1235
+
"unit": "decmbytes"
1236
+
}
1252
1237
},
1253
1238
{
1254
-
"title": "Consensus Proposals Received Message Size MB/sec",
1255
-
"description": "The rate of MB per second received by the consensus p2p component over the Proposals topic",
"description": "The rate of MB per second dropped by the consensus p2p component over the Votes topic",
1256
1241
"type": "timeseries",
1257
1242
"exprs": [
1258
-
"histogram_quantile(0.50, sum by (le) (rate(apollo_consensus_proposals_received_message_size_bucket{cluster=~\"$cluster\", namespace=~\"$namespace\"}[5m])))",
1259
-
"histogram_quantile(0.95, sum by (le) (rate(apollo_consensus_proposals_received_message_size_bucket{cluster=~\"$cluster\", namespace=~\"$namespace\"}[5m])))"
1243
+
"histogram_quantile(0.50, sum by (le) (rate(apollo_consensus_votes_dropped_message_size_bucket{cluster=~\"$cluster\", namespace=~\"$namespace\"}[5m])))",
1244
+
"histogram_quantile(0.95, sum by (le) (rate(apollo_consensus_votes_dropped_message_size_bucket{cluster=~\"$cluster\", namespace=~\"$namespace\"}[5m])))"
1260
1245
],
1261
1246
"extra_params": {
1262
1247
"unit": "decmbytes"
1263
1248
}
1264
1249
},
1265
1250
{
1266
-
"title": "Consensus Proposals Dropped Messages By Reason",
1267
-
"description": "The number of dropped consensus proposals messages, by reason (over the selected time range)",
1251
+
"title": "Consensus Votes Number of Sent Messages",
1252
+
"description": "The increase in the number of vote messages sent by consensus p2p (over the selected time range)",
1268
1253
"type": "stat",
1269
1254
"exprs": [
1270
-
"sum by (drop_reason) (increase(apollo_consensus_proposals_num_dropped_messages{cluster=~\"$cluster\", namespace=~\"$namespace\"}[$__range])) > 0"
"description": "The rate of MB per second dropped by the consensus p2p component over the Proposals topic",
1277
-
"type": "timeseries",
1260
+
"title": "Consensus Votes Number of Received Messages",
1261
+
"description": "The increase in the number of vote messages received by consensus p2p (over the selected time range)",
1262
+
"type": "stat",
1278
1263
"exprs": [
1279
-
"histogram_quantile(0.50, sum by (le) (rate(apollo_consensus_proposals_dropped_message_size_bucket{cluster=~\"$cluster\", namespace=~\"$namespace\"}[5m])))",
1280
-
"histogram_quantile(0.95, sum by (le) (rate(apollo_consensus_proposals_dropped_message_size_bucket{cluster=~\"$cluster\", namespace=~\"$namespace\"}[5m])))"
0 commit comments