prometheus / jmx_exporter

A process for exposing JMX Beans via HTTP for Prometheus consumption
Apache License 2.0
3.06k stars 1.2k forks source link

Support for HTTPServer's SampleNameFilter #913

Open darnaut opened 9 months ago

darnaut commented 9 months ago

Allows excluding problematic metrics (e.g. jvm_threads_* on a process with thousands of threads) when using the agent.

darnaut commented 9 months ago

@fstab PTAL

dhoard commented 5 months ago

@darnaut Thanks for the PR!!! (I apologize for the latest response/I was working on the 1.x.x release)

Can you rebase and update the PR?