Support for Subscriber metricset ActiveMQ
Open
needs_team
- Dominant language
- Go
- Stars
- 12.7k
- Forks
- 5k
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 364
Description
Support for primarily `PendingQueueSize` in ActiveMQ package
- `PendingQueueSize` is actually not a metric for a `Topic` or `Queue` but this metric is of a `Subscriber`
- One topic can have multiple subscribers, and each subscriber has their own set of metrics.
## Solution
We should add a new metricset "Subscriber" with couple of all subscriber metrics, Eg: DestinamtionName, subscriberName, PendingQueSize etc... So that the user can do an aggregation of the PendingQueuSize/topic.
Contributor guide
Assessment
This issue has not been assessed yet.