You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 21, 2023. It is now read-only.
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:
A queue utilization metric is available on the shipper's metrics HTTP interface under the /debug/vars path.
A test exists proving that the queue utilization changes as expected as the queue fills up. An empty queue reports 0, a half-full queue reports 50, and a full queue reports 100.
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) * 100where the level variables are defined by:elastic-agent-shipper/monitoring/reporter/reporter.go
Lines 19 to 22 in fff35d3
Acceptance Criteria:
/debug/varspath.