@Experimental(value="Micrometer metrics is a new addition to Geode and the API may change")
See: Description
Interface | Description |
---|---|
MetricsPublishingService |
Publishes metrics generated by Micrometer meters in the cache meter registry.
|
MetricsSession |
Provides the ability to add and remove a meter registry for publishing cache metrics to external
monitoring systems.
|
The MetricsSession
provides the ability to add
and remove a meter registry for publishing cache 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 cache's composite registry. When
the session stops, the service can clean up any resources and remove its meter registry from the
cache's composite registry.