Gemfire JavaDocs
@Experimental("Micrometer metrics is a new addition to Geode and the API may change")
Package org.apache.geode.metrics
The MetricsSession
provides the ability to add
and remove a meter registry for publishing metrics to external monitoring systems.
The MetricsPublishingService
defines
a service that users can implement to be notified when a metrics session starts or stops. When
a session starts, the service can add a meter registry to the session. When the session stops,
the service should clean up any resources and remove its meter registry from the session.
- See Also:
- Micrometer Documentation, Micrometer Concepts
-
Interface Summary Interface Description MetricsPublishingService Publishes metrics managed by aMetricsSession
.MetricsSession A session that manages Geode metrics.