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

Mention the metrics not available in http service #965

Closed ecerulm closed 5 months ago

ecerulm commented 5 months ago

Explicitly mention some of the metrics that won't be available if using the JMX exporter as standalone http server.

This will allow to quickly find in the documentation by searching for jvm_

Closes #964

dhoard commented 5 months ago

@ecerulm thanks for the PR!