This repository has been archived by the owner on Sep 21, 2023. It is now read-only.
Add a queue utilization metric to report how full the queue is as a percentage #265
Labels
Team:Elastic-Agent
Label for the Agent team
Add a new queue utilization metric to report how full the queue is as a percentage. The queue utilization should be calculated as
(CurrentLevel / MaximumLevel) * 100
where the level variables are defined by:elastic-agent-shipper/monitoring/reporter/reporter.go
Lines 19 to 22 in fff35d3
Acceptance Criteria:
/debug/vars
path.The text was updated successfully, but these errors were encountered: