roadrunner-server / roadrunner-plugins

📦 Home for the roadrunner plugins
MIT License
25 stars 9 forks source link

[BUG] Is rr_http_workers_memory_bytes the only metric available? #101

Closed victor-sudakov closed 3 years ago

victor-sudakov commented 3 years ago

Hello!

I've enabled Prometheus metrics in rr with

metrics:
  address: 0.0.0.0:2112

and added "spiral/roadrunner-metrics": "^2.0.1" to composer.json. The only metric I see in Prometheus is "rr_http_workers_memory_bytes". Is it really the only builtin metric in rr? I'd like to see more info, like number of client connections, worker execution times etc. Is that possible?

This Issue should be better classified as a help request rather than a bug.

The docker images are spiralscout/roadrunner:2.4.2 and composer:2.1.3