prometheus_rabbitmq_exporter
prometheus_rabbitmq_exporter copied to clipboard
Rabbit home stats + enabling Process Metrics
I'm interested to get some stats about what's visible here:
- File descriptors: value
process_open_fds
/ maxprocess_max_fds
- Socket descriptors: ???
- Erlang processes: value
erlang_vm_process_count
/ maxerlang_vm_process_limit
- Memory: value
sum by (instance) (erlang_vm_memory_bytes_total)
/ max ??? - Disp Space: value
??rabbitmq_queue_disk_size_bytes??
/ max ???
Have I missed something or is it not possible to get all of these data?
Also in your description you mention:
Process Metrics
(Process info collector must be enabled)
Could you describe how to enable the process info collector?
Finally, I think there's a typo in the image: https://camo.githubusercontent.com/c33c1c497eba9a4125b2c84fb1c89ee9972be12c/687474703a2f2f692e696d6775722e636f6d2f745769447735362e706e673f31 Bottom left "Virtual Memory"
I don't know what socket descriptors is, but the rest of the metrics is there. All you need is to enable prometheus_process_collector plugin (you can download it in the Releases section) which is currently Linux-only.
Hello Guys, This is my first experience with this and I have questions, where may I go to post questions regarding the plugins and what they actually do/are?
Thanks,