Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions src/v/cluster/partition_probe.cc
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,7 @@ void replicated_partition_probe::setup_public_metrics(const model::ntp& ntp) {
},
sm::description(
"Latest readable offset of the partition (i.e. high watermark)"),
labels)
.aggregate({sm::shard_label}),
labels),
sm::make_gauge(
"under_replicated_replicas",
[this] {
Comment on lines 254 to 256
Expand All @@ -266,8 +265,7 @@ void replicated_partition_probe::setup_public_metrics(const model::ntp& ntp) {
sm::description(
"Number of under replicated replicas (i.e. replicas "
"that are live, but not at the latest offest)"),
labels)
.aggregate({sm::shard_label}),
labels),
// Topic Level Metrics
sm::make_total_bytes(
"request_bytes_total",
Expand Down
Loading