Skip to content

Commit

Permalink
Merge pull request #5845 from VladLazar/seastar-runtime-metric
Browse files Browse the repository at this point in the history
metrics: expose seastar runtime metric
  • Loading branch information
dotnwat committed Aug 5, 2022
2 parents b4232ed + ed34cda commit e530d26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/v/redpanda/application.cc
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,8 @@ void application::setup_metrics() {
if (!config::shard_local_cfg().disable_public_metrics()) {
seastar::metrics::replicate_metric_families(
seastar::metrics::default_handle(),
{{"io_queue_total_read_ops", ssx::metrics::public_metrics_handle},
{{"scheduler_runtime_ms", 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 e530d26

Please sign in to comment.