-
Notifications
You must be signed in to change notification settings - Fork 932
Description
Is your feature request related to a problem? Please describe.
Hello, i'm looking to monitor when exporter queue size gets close to reaching max capacity. Currently i'm hardcoding the max queue size with a query like queueSize / 2048. We may increase that limit for some applications in the future, so it'd be nice to avoid hardcoding the size limit with a query like queueSize / maxQueueSize
Describe the solution you'd like
Add a gauge that reports that configured maximum export queue size
Describe alternatives you've considered
Keeping the configured maximum in-sync between applications and alerts
Additional context
I'm monitoring this on behalf of all application teams so it'd be nice to have a single alert configuration that works for all applications