Interface MicroProfileMetricsEndpointBuilderFactory.MicroProfileMetricsBuilders

    • Method Detail

      • microprofileMetrics

        default MicroProfileMetricsEndpointBuilderFactory.MicroProfileMetricsEndpointBuilder microprofileMetrics​(String path)
        MicroProfile Metrics (camel-microprofile-metrics) Expose metrics from Camel routes. Category: monitoring Since: 3.0 Maven coordinates: org.apache.camel:camel-microprofile-metrics Syntax: microprofile-metrics:metricType:metricName Path parameter: metricType (required) Metric type There are 8 enums and the value can be one of: concurrent gauge, counter, gauge, meter, histogram, timer, simple timer, invalid Path parameter: metricName (required) Metric name
        Parameters:
        path - metricType:metricName
        Returns:
        the dsl builder
      • microprofileMetrics

        default MicroProfileMetricsEndpointBuilderFactory.MicroProfileMetricsEndpointBuilder microprofileMetrics​(String componentName,
                                                                                                                 String path)
        MicroProfile Metrics (camel-microprofile-metrics) Expose metrics from Camel routes. Category: monitoring Since: 3.0 Maven coordinates: org.apache.camel:camel-microprofile-metrics Syntax: microprofile-metrics:metricType:metricName Path parameter: metricType (required) Metric type There are 8 enums and the value can be one of: concurrent gauge, counter, gauge, meter, histogram, timer, simple timer, invalid Path parameter: metricName (required) Metric name
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - metricType:metricName
        Returns:
        the dsl builder