Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-21480

Warning WFLYMMTREXT0015 in log when registering micrometer Timer using Builder pattern

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • 40.0.0.Beta1
    • Micrometer
    • None

      On Wildfly 40 beta when registering Timer using method io.micrometer.core.instrument.Timer.Builder#register(io.micrometer.core.instrument.MeterRegistry, io.micrometer.core.instrument.Tags) there is a warn in log

      WFLYMMTREXT0015: MeterRegistry.Config is not supported in a WildFly-managed MeterRegistry.

      MeterRegistry is injected using @Inject and it`s a instance of org.wildfly.extension.micrometer.registry.ApplicationRegistry

      This warning is caused by register method  calling  org.wildfly.extension.micrometer.registry.ApplicationRegistry#config when pauseDetector not set to Builder

              jaslee@redhat.com Jason Lee
              beigelzimer Eduard Beigelzimer
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: