Package org.infinispan.metrics.impl
Eclipse microprofile based metrics implementation. All exported metrics are placed in VENDOR scope. Implementation is
based on smallrye-metrics. All org.eclipse.microprofile.metrics/config and io.smallrye.metrics references must be
contained in MetricsCollector/MetricsCollectorFactory classes in way that allows the application to also be able to
run without these dependencies.
-
Class Summary Class Description CacheManagerMetricsRegistration Creates and registers metrics for all components from a cache manager's global component registry.CacheMetricsRegistration Creates and registers metrics for all components from a cache's component registry.CorePackageImpl MetricsCollector Keeps a reference to the microprofile MetricRegistry.MetricsCollectorFactory Produces instances ofMetricsCollector.