Skip to content

component metrics

Raymond Meester edited this page Mar 7, 2023 · 1 revision

The Metrics component allows to collect various metrics directly from Camel routes. Supported metric types are counter, histogram, meter, timer and gauge. Metrics provides simple way to measure behaviour of application. Configurable reporting backend is enabling different integration options for collecting and visualizing statistics. The component also provides a MetricsRoutePolicyFactory which allows to expose route statistics using Dropwizard Metrics.

Camel Documentation

Clone this wiki locally