deadtrickster / prometheus_rabbitmq_exporter

Prometheus.io exporter as a RabbitMQ Managment Plugin plugin
MIT License
291 stars 72 forks source link

No metrics from prometheus_process_collector #40

Closed bborysenko closed 6 years ago

bborysenko commented 6 years ago

I have enabled prometheus_process_collector plugin, but can't see any related metrics:

$ rabbitmq-plugins list | grep prometheus
[E*] prometheus                        3.4.3
[E*] prometheus_httpd                  2.1.8
[E*] prometheus_process_collector      1.3.0
[E*] prometheus_rabbitmq_exporter      v3.6.14.1

$ curl -sS 127.0.0.1:15672/api/metrics | grep HELP | grep process_
# HELP erlang_vm_process_count The number of processes currently existing at the local node.
# HELP erlang_vm_process_limit The maximum number of simultaneously existing processes at the local node.

Can someone advice me what i'm doing wrong?

bborysenko commented 6 years ago

It looks like I had to restart server to actually load this plugin