Skip to content

Commit

Permalink
application: remove scheduler_runtime_ms metric
Browse files Browse the repository at this point in the history
scheduler_runtime_ms used to be replicated from the seastar metrics.
Previous patches introduced redpanda_scheduler_runtime_seconds_total as
a replacement.
  • Loading branch information
Vlad Lazar committed Aug 11, 2022
1 parent a092bab commit 1c87686
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/v/redpanda/application.cc
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,7 @@ void application::setup_public_metrics() {

seastar::metrics::replicate_metric_families(
seastar::metrics::default_handle(),
{{"scheduler_runtime_ms", ssx::metrics::public_metrics_handle},
{"io_queue_total_read_ops", ssx::metrics::public_metrics_handle},
{{"io_queue_total_read_ops", ssx::metrics::public_metrics_handle},
{"io_queue_total_write_ops", ssx::metrics::public_metrics_handle},
{"memory_allocated_memory", ssx::metrics::public_metrics_handle},
{"memory_free_memory", ssx::metrics::public_metrics_handle}})
Expand Down

0 comments on commit 1c87686

Please sign in to comment.