Interface MicrometerMessageHistoryNamingStrategy


  • public interface MicrometerMessageHistoryNamingStrategy
    Provides a strategy to derive a meter name from the route and node
    • Method Detail

      • getName

        String getName​(org.apache.camel.Route route,
                       org.apache.camel.NamedNode node)
      • getTags

        default io.micrometer.core.instrument.Tags getTags​(org.apache.camel.Route route,
                                                           org.apache.camel.NamedNode node)