JavaScript is disabled on your browser.
MainConfigurationProperties. metrics ()
To configure Micrometer metrics.
Additional Micrometer binders to include such as jvm-memory, processor, jvm-thread, and so forth.
Clear the captured metrics data when Camel is reloading routes such as when using Camel JBang.
Set whether to enable the MicrometerRouteEventNotifier for capturing metrics on the total number of routes and
total number of routes running.
MetricsConfigurationProperties. withEnabled (boolean enabled)
To enable Micrometer metrics.
Set whether to enable the MicrometerExchangeEventNotifier for capturing metrics on exchange processing times.
Set whether to enable the MicrometerMessageHistoryFactory for capturing metrics on individual route node
processing times.
Set whether to enable the MicrometerRoutePolicyFactory for capturing metrics on route processing times.
Controls the name style to use for metrics.
Sets the level of information to capture. all = both context and routes.
The text-format version to use with Prometheus scraping.
0.0.4 = text/plain; version=0.0.4; charset=utf-8 1.0.0 = application/openmetrics-text; version=1.0.0;
charset=utf-8