Package com.oracle.coherence.mp.metrics
MicroProfile Metrics support.
- Since:
- 20.06
- Author:
- Aleks Seovic 2019.10.09
-
Class Summary Class Description CdiMetricsRegistryAdapter Bridges the gap betweenServiceLoader
and CDI, by registering itself as a service and delegating to all discovered CDI beans that implementMetricsRegistryAdapter
interface.CoherenceTagsConfigSource Allows us to register Coherence-specific tags by augmenting the value returned by theMetricID.GLOBAL_TAGS_VARIABLE
config property.MpMetricsRegistryAdapter An implementation ofMetricsRegistryAdapter
registers Coherence metrics with Helidon's vendor or application registry.