forked from Syncano/rabbitmq_exporter
-
Notifications
You must be signed in to change notification settings - Fork 200
Closed
Description
hello
iam using this config:
{ "rabbit_url": "http://127.0.0.1:15672", "rabbit_user": "exporter", "rabbit_pass": "exporter", "publish_port": "9419", "publish_addr": "", "output_format": "TTY", "insecure_skip_verify": true, "exlude_metrics": [], "include_queues": ".*", "skip_queues": "^$", "skip_vhost": "^$", "include_vhost": ".*", "rabbit_capabilities": "no_sort,bert", "enabled_exporters": [ "exchange", "node", "overview", "queue", "cluster" ], "timeout": 30, "max_queues": 0 }
and there is no queue_max_length metric.. why is that?
thank you
Metadata
Metadata
Assignees
Labels
No labels