Package com.oracle.coherence.mp.metrics


package com.oracle.coherence.mp.metrics
MicroProfile Metrics support.
Since:
20.06
Author:
Aleks Seovic 2019.10.09
  • Classes
    Class
    Description
    Bridges the gap between ServiceLoader and CDI, by registering itself as a service and delegating to all discovered CDI beans that implement MetricsRegistryAdapter interface.
    Allows us to register Coherence-specific tags by augmenting the value returned by the CoherenceTagsConfigSource.GLOBAL_TAGS_VARIABLE config property.
    An implementation of MetricsRegistryAdapter registers Coherence metrics with Helidon's vendor or application registry.