Skip to content

Commit

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

[v23.2.x] redpanda: Make `redpanda_cpu_busy_seconds_total` a counter
  • Loading branch information
piyushredpanda authored Nov 13, 2023
2 parents 36eb5dd + 581e0b9 commit eb6e35f
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 @@ -547,7 +547,7 @@ void application::setup_public_metrics() {
.invoke_on_all([](auto& public_metrics) {
public_metrics.groups.add_group(
"cpu",
{sm::make_gauge(
{sm::make_counter(
"busy_seconds_total",
[] {
return std::chrono::duration<double>(
Expand Down

0 comments on commit eb6e35f

Please sign in to comment.