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 metrics counters and gauges for the follow set of metrics, and ensure they are exposed on the shipper's HTTP monitoring interface under /debug/vars:
Report the following set of queue metrics:
The current configured maximum size of the queue:
Report the maximum queue size in events for the memory queue:
The eventual goal is to expose these metrics on the agent details page (example https://$kbana/app/fleet/agents/$agentID) in fleet via the agent monitoring metrics.
Add metrics counters and gauges for the follow set of metrics, and ensure they are exposed on the shipper's HTTP monitoring interface under /debug/vars:
elastic-agent-shipper/monitoring/queuemon.go
Line 131 in e231e51
elastic-agent-shipper/monitoring/queuemon.go
Line 130 in e231e51
The eventual goal is to expose these metrics on the agent details page (example
https://$kbana/app/fleet/agents/$agentID) in fleet via the agent monitoring metrics.