Skip to content

Commit

Permalink
Merge pull request #15384 from redpanda-data/revert-14926-backport-pr…
Browse files Browse the repository at this point in the history
…-14905-v23.2.x-580

Revert "[v23.2.x] redpanda: Make `redpanda_cpu_busy_seconds_total` a counter"
  • Loading branch information
piyushredpanda committed Dec 9, 2023
2 parents 2ce0a21 + 446c91b commit d79db9a
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 d79db9a

Please sign in to comment.