Registry / observability / simpleclient-hotspot

simpleclient-hotspot

JSON →
library0.16.0javamavenunverified

Collects JVM hotspot metrics (e.g., memory, garbage collection, threads) for Prometheus monitoring.

<dependency> <groupId>io.prometheus</groupId> <artifactId>simpleclient_hotspot</artifactId> <version>0.16.0</version> </dependency>
INSTALL
IMPORT
SIG · SIMPLECLIENT-HOTSP
S
simpleclient-hotspot
observabilityjavav0.16.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DefaultExports
io.prometheus.client.hotspot.DefaultExports

Initializes default JVM hotspot metric exports.

import io.prometheus.client.hotspot.DefaultExports; import io.prometheus.client.CollectorRegistry; public class Example { public static void main(String[] args) { DefaultExports.initialize(); // Metrics are now available via CollectorRegistry.defaultRegistry System.out.println("Hotspot metrics initialized"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.16.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
10
OpenAI (training)
2
Resources