public static interface MicrometerEndpointBuilderFactory.MicrometerBuilders
| Modifier and Type | Method and Description |
|---|---|
default MicrometerEndpointBuilderFactory.MicrometerEndpointBuilder |
micrometer(String path)
Micrometer (camel-micrometer)
To collect various metrics directly from Camel routes using the
Micrometer library.
|
default MicrometerEndpointBuilderFactory.MicrometerEndpointBuilder micrometer(String path)
micrometer:metricsType:metricsName
Path parameter: metricsType (required)
Type of metrics
The value can be one of: COUNTER, GAUGE, LONG_TASK_TIMER, TIMER,
DISTRIBUTION_SUMMARY, OTHER
Path parameter: metricsName (required)
Name of metrics
Path parameter: tags
Tags of metricsApache Camel