Skip to content

Commit

Permalink
Revert "[v23.2.x] redpanda: Make redpanda_cpu_busy_seconds_total a …
Browse files Browse the repository at this point in the history
…counter"
  • Loading branch information
rockwotj authored Dec 9, 2023
1 parent 2ce0a21 commit 446c91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v/redpanda/application.cc
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ void application::setup_public_metrics() {
.invoke_on_all([](auto& public_metrics) {
public_metrics.groups.add_group(
"cpu",
{sm::make_counter(
{sm::make_gauge(
"busy_seconds_total",
[] {
return std::chrono::duration<double>(
Expand Down

0 comments on commit 446c91b

Please sign in to comment.