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
G'day. I'm having some trouble with performance so I'm looking at limiting the exporter a smaller subset of the default metrics. Currently I'm looking at only exporting rabbitmq_queue_messages_ready and rabbitmq_exchange_messages_published_out_total. I've got the following configuration:
This excludes metrics from collectors that aren't prometheus_rabbitmq_queues_collector and prometheus_rabbitmq_exchanges_collector collectors (i.e. no mnesia table metrics etc), but I was hoping that the settings I had for exchange_messages_stat and queue_messages_stat would further limit the output from polling /metrics to the two metrics I was after. Instead it looks like pretty much all available metrics for the two collectors are returned when I query the metrics endpoint.
Any idea what I'm doing wrong?
The text was updated successfully, but these errors were encountered:
G'day. I'm having some trouble with performance so I'm looking at limiting the exporter a smaller subset of the default metrics. Currently I'm looking at only exporting
rabbitmq_queue_messages_ready
andrabbitmq_exchange_messages_published_out_total
. I've got the following configuration:This excludes metrics from collectors that aren't
prometheus_rabbitmq_queues_collector
andprometheus_rabbitmq_exchanges_collector
collectors (i.e. no mnesia table metrics etc), but I was hoping that the settings I had forexchange_messages_stat
andqueue_messages_stat
would further limit the output from polling/metrics
to the two metrics I was after. Instead it looks like pretty much all available metrics for the two collectors are returned when I query the metrics endpoint.Any idea what I'm doing wrong?
The text was updated successfully, but these errors were encountered: