Class MetricsRegistryImpl

java.lang.Object
de.xima.fc.monitoring.impl.metric.MetricsRegistryImpl
All Implemented Interfaces:
MetricsRegistry

@Named @Default @Eager @ApplicationScoped public class MetricsRegistryImpl extends Object implements MetricsRegistry
  • Constructor Details

    • MetricsRegistryImpl

      public MetricsRegistryImpl()
  • Method Details

    • init

      @PostConstruct protected void init()
    • getMeterRegistry

      public io.micrometer.core.instrument.MeterRegistry getMeterRegistry()
      Description copied from interface: MetricsRegistry
      Get the meter registry.
      Specified by:
      getMeterRegistry in interface MetricsRegistry
      Returns:
      The meter registry.