Interface MetricsFactory


  • public interface MetricsFactory
    Extensions can create or register metrics using this factory independent of the enabled metrics provider
    • Field Detail

      • MP_METRICS

        static final String MP_METRICS
        A well-known string for MicroProfile metrics provided by the SmallRye Metrics quarkus extension
        See Also:
        Constant Field Values
      • MICROMETER

        static final String MICROMETER
        A well-known string for Micrometer metrics provided by the Micrometer Metrics quarkus extension
        See Also:
        Constant Field Values