- schedule(Runnable, long, TimeUnit) - Method in class org.apache.camel.component.micrometer.spi.TimedScheduledExecutorService
-
- schedule(Callable<V>, long, TimeUnit) - Method in class org.apache.camel.component.micrometer.spi.TimedScheduledExecutorService
-
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class org.apache.camel.component.micrometer.spi.TimedScheduledExecutorService
-
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class org.apache.camel.component.micrometer.spi.TimedScheduledExecutorService
-
- SERVICE_NAME - Static variable in class org.apache.camel.component.micrometer.MicrometerConstants
-
- setAction(String) - Method in class org.apache.camel.component.micrometer.MicrometerEndpoint
-
- setBufferLength(Integer) - Method in class org.apache.camel.component.micrometer.DistributionStatisticConfigFilter
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.component.micrometer.eventnotifier.AbstractMicrometerEventNotifier
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.component.micrometer.json.AbstractMicrometerService
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.component.micrometer.messagehistory.MicrometerMessageHistoryFactory
-
- setDecrement(String) - Method in class org.apache.camel.component.micrometer.MicrometerEndpoint
-
- setDurationUnit(TimeUnit) - Method in class org.apache.camel.component.micrometer.eventnotifier.AbstractMicrometerEventNotifier
-
- setDurationUnit(TimeUnit) - Method in class org.apache.camel.component.micrometer.json.AbstractMicrometerService
-
- setDurationUnit(TimeUnit) - Method in class org.apache.camel.component.micrometer.messagehistory.MicrometerMessageHistoryFactory
-
Sets the time unit to use for timing the duration of processing a message in the route
- setDurationUnit(TimeUnit) - Method in class org.apache.camel.component.micrometer.routepolicy.MicrometerRoutePolicy
-
- setDurationUnit(TimeUnit) - Method in class org.apache.camel.component.micrometer.routepolicy.MicrometerRoutePolicyFactory
-
Sets the time unit to use for timing the duration of processing a message in the route
- setExpiry(Duration) - Method in class org.apache.camel.component.micrometer.DistributionStatisticConfigFilter
-
- setIgnoreExchanges(Predicate<Exchange>) - Method in class org.apache.camel.component.micrometer.eventnotifier.MicrometerExchangeEventNotifier
-
- setIncrement(String) - Method in class org.apache.camel.component.micrometer.MicrometerEndpoint
-
- setMatchingNames(Predicate<String>) - Method in class org.apache.camel.component.micrometer.json.AbstractMicrometerService
-
- setMatchingTags(Iterable<Tag>) - Method in class org.apache.camel.component.micrometer.json.AbstractMicrometerService
-
- setMaximumExpectedDuration(Duration) - Method in class org.apache.camel.component.micrometer.DistributionStatisticConfigFilter
-
Sets the maximum expected duration for a timer value
Controls the number of buckets shipped by publishPercentileHistogram as well as controlling the
accuracy and memory footprint of the underlying HdrHistogram structure.
- setMaximumExpectedValue(Long) - Method in class org.apache.camel.component.micrometer.DistributionStatisticConfigFilter
-
Sets the maximum expected value for a distribution summary value.
- setMeterRegistry(MeterRegistry) - Method in class org.apache.camel.component.micrometer.eventnotifier.AbstractMicrometerEventNotifier
-
- setMeterRegistry(MeterRegistry) - Method in class org.apache.camel.component.micrometer.json.AbstractMicrometerService
-
- setMeterRegistry(MeterRegistry) - Method in class org.apache.camel.component.micrometer.messagehistory.MicrometerMessageHistoryFactory
-
To use a specific MeterRegistry
instance.
- setMeterRegistry(MeterRegistry) - Method in class org.apache.camel.component.micrometer.routepolicy.MicrometerRoutePolicy
-
- setMeterRegistry(MeterRegistry) - Method in class org.apache.camel.component.micrometer.routepolicy.MicrometerRoutePolicyFactory
-
To use a specific MeterRegistry
instance.
- setMetricsRegistry(MeterRegistry) - Method in class org.apache.camel.component.micrometer.MicrometerComponent
-
To use a custom configured MetricRegistry.
- setMinimumExpectedDuration(Duration) - Method in class org.apache.camel.component.micrometer.DistributionStatisticConfigFilter
-
Sets the minimum expected duration for a timer value
Controls the number of buckets shipped by publishPercentileHistogram as well as controlling the
accuracy and memory footprint of the underlying HdrHistogram structure.
- setMinimumExpectedValue(Long) - Method in class org.apache.camel.component.micrometer.DistributionStatisticConfigFilter
-
Sets the minimum expected value for a distribution summary value.
- setNamingStrategy(MicrometerExchangeEventNotifierNamingStrategy) - Method in class org.apache.camel.component.micrometer.eventnotifier.MicrometerExchangeEventNotifier
-
- setNamingStrategy(MicrometerRouteEventNotifierNamingStrategy) - Method in class org.apache.camel.component.micrometer.eventnotifier.MicrometerRouteEventNotifier
-
- setNamingStrategy(MicrometerMessageHistoryNamingStrategy) - Method in class org.apache.camel.component.micrometer.messagehistory.MicrometerMessageHistoryFactory
-
Sets the naming strategy for message history meter names
- setNamingStrategy(MicrometerRoutePolicyNamingStrategy) - Method in class org.apache.camel.component.micrometer.routepolicy.MicrometerRoutePolicy
-
- setNamingStrategy(MicrometerRoutePolicyNamingStrategy) - Method in class org.apache.camel.component.micrometer.routepolicy.MicrometerRoutePolicyFactory
-
- setPercentilePrecision(Integer) - Method in class org.apache.camel.component.micrometer.DistributionStatisticConfigFilter
-
- setPercentiles(double[]) - Method in class org.apache.camel.component.micrometer.DistributionStatisticConfigFilter
-
Calculate and publish percentile values.
- setPrefix(String) - Method in class org.apache.camel.component.micrometer.spi.InstrumentedThreadPoolFactory
-
- setPrettyPrint(boolean) - Method in class org.apache.camel.component.micrometer.eventnotifier.AbstractMicrometerEventNotifier
-
- setPrettyPrint(boolean) - Method in class org.apache.camel.component.micrometer.json.AbstractMicrometerService
-
- setPrettyPrint(boolean) - Method in class org.apache.camel.component.micrometer.messagehistory.MicrometerMessageHistoryFactory
-
Whether to use pretty print when outputting JSon
- setPrettyPrint(boolean) - Method in class org.apache.camel.component.micrometer.routepolicy.MicrometerRoutePolicy
-
- setPrettyPrint(boolean) - Method in class org.apache.camel.component.micrometer.routepolicy.MicrometerRoutePolicyFactory
-
Whether to use pretty print when outputting JSon
- setPublishPercentileHistogram(Boolean) - Method in class org.apache.camel.component.micrometer.DistributionStatisticConfigFilter
-
Whether to publish aggregatable percentile approximations for Prometheus or Atlas.
- setSlas(long[]) - Method in class org.apache.camel.component.micrometer.DistributionStatisticConfigFilter
-
Publish a cumulative histogram with buckets defined by your SLAs.
- setupModule(Module.SetupContext) - Method in class org.apache.camel.component.micrometer.json.MicrometerModule
-
- setValue(String) - Method in class org.apache.camel.component.micrometer.MicrometerEndpoint
-
- simple(Exchange, String, Class<C>) - Method in class org.apache.camel.component.micrometer.AbstractMicrometerProducer
-