Skip to content

Commit

Permalink
chore: Better mr_routed_payload_size_bytes description
Browse files Browse the repository at this point in the history
  • Loading branch information
alin-at-dfinity committed Jan 29, 2024
1 parent 58e5a88 commit 1e90c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs/messaging/src/routing/stream_builder.rs
Expand Up @@ -103,7 +103,7 @@ impl StreamBuilderMetrics {
);
let routed_payload_sizes = metrics_registry.histogram(
METRIC_ROUTED_PAYLOAD_SIZES,
"Successfully routed XNet messages' total payload size.",
"Successfully routed XNet messages' payload sizes.",
// 10 B - 5 MB
decimal_buckets(1, 6),
);
Expand Down

0 comments on commit 1e90c37

Please sign in to comment.