I'm finding the Prometheus Java Client to be very useful and adding many custom collectors as needed. Is there a roadmap or list of ideas that need attention?
The client already feels pretty robust and it is a little surprising that the version number is 0.0.20 right now.
Similar to Prometheus' overall roadmap: https://prometheus.io/docs/introduction/roadmap/ are there any particular parts of the Prometheus Java Client that I could work on, review, or submit PRs?
Items that have my interest and that I am aware of:
- Improving Spring boot integration (making it integrate fully with Spring boot Actuator, likely by working with upstream)
- Instrumentation for Threadpools/Executors
- Ehcache/Redis/Memcached client instrumentation
- RabbitMQ instrumentation (likely with upstream)
These are all usecases that apply to applications I'm using.
Are there any higher priority items or overall roadmap efforts that I could contribute to?
I'm finding the Prometheus Java Client to be very useful and adding many custom collectors as needed. Is there a roadmap or list of ideas that need attention?
The client already feels pretty robust and it is a little surprising that the version number is
0.0.20right now.Similar to Prometheus' overall roadmap: https://prometheus.io/docs/introduction/roadmap/ are there any particular parts of the Prometheus Java Client that I could work on, review, or submit PRs?
Items that have my interest and that I am aware of:
These are all usecases that apply to applications I'm using.
Are there any higher priority items or overall roadmap efforts that I could contribute to?