micrometer-metrics / micrometer

An application observability facade for the most popular observability tools. Think SLF4J, but for observability.
https://micrometer.io
Apache License 2.0
4.48k stars 992 forks source link

Apache HttpClient per route connection metrics #1616

Open shakuzen opened 5 years ago

shakuzen commented 5 years ago

See https://github.com/micrometer-metrics/micrometer/pull/1223#pullrequestreview-295350576 and prior comments.

sahilkamboj334 commented 3 weeks ago

Any update on this as well @shakuzen ? currently i have to write my own metrics binder that extends existed pooling binder and add route specific metrics. However i also need to schedule a task which monitors every 5 sec and report it to meter registry.