Skip to content

Commit

Permalink
Maintenance: Stabilize gauge metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaefer committed Jan 31, 2025
1 parent 272a58e commit cb6f0b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/initializers/metrics.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,15 @@
end
gauge :total_stacks do
comment 'The total number of stacks.'
aggregation :sum
end
gauge :total_healthy_stacks do
comment 'The total number of healthy stacks.'
aggregation :sum
end
gauge :total_unhealthy_stacks do
comment 'The total number of unhealthy stacks.'
aggregation :sum
end

collect do
Expand Down

0 comments on commit cb6f0b0

Please sign in to comment.