Class MetricsService

  • All Implemented Interfaces:
    EventingService

    @Priority(100)
    public class MetricsService
    extends Object
    implements EventingService
    A wrapper that chooses an underlying service implementation for metrics and delegates to that implementation. The implementation is chosen based on detecting the availability of particular metrics APIs. Right now, it supports Micrometer and MP Metrics 3.x, while Micrometer is preferred.
    • Constructor Detail

      • MetricsService

        public MetricsService()