prometheus_rabbitmq_exporter icon indicating copy to clipboard operation
prometheus_rabbitmq_exporter copied to clipboard

Rabbit home stats + enabling Process Metrics

Open Fran-Rg opened this issue 8 years ago • 2 comments

I'm interested to get some stats about what's visible here: image

  • File descriptors: value process_open_fds / max process_max_fds
  • Socket descriptors: ???
  • Erlang processes: value erlang_vm_process_count / max erlang_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"

Fran-Rg avatar Dec 21 '16 17:12 Fran-Rg

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.

deadtrickster avatar Dec 24 '16 09:12 deadtrickster

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,

nexusguy59 avatar Apr 17 '18 16:04 nexusguy59