This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 6864576cdbb Regen
6864576cdbb is described below
commit 6864576cdbba33eb1fc94468b98c7a0ec5ca10a0
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Feb 13 09:50:52 2024 +0100
Regen
---
.../java/org/apache/camel/component/micrometer/MicrometerEndpoint.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/components/camel-micrometer/src/main/java/org/apache/camel/component/micrometer/MicrometerEndpoint.java
b/components/camel-micrometer/src/main/java/org/apache/camel/component/micrometer/MicrometerEndpoint.java
index be610ada5c1..7aeb4f3825d 100644
---
a/components/camel-micrometer/src/main/java/org/apache/camel/component/micrometer/MicrometerEndpoint.java
+++
b/components/camel-micrometer/src/main/java/org/apache/camel/component/micrometer/MicrometerEndpoint.java
@@ -34,7 +34,8 @@ import org.apache.camel.support.DefaultEndpoint;
* Collect various metrics directly from Camel routes using the Micrometer
library.
*/
@UriEndpoint(firstVersion = "2.22.0", scheme = "micrometer", title =
"Micrometer",
- remote = false, syntax = "micrometer:metricsType:metricsName",
producerOnly = true, category = { Category.MONITORING },
+ remote = false, syntax = "micrometer:metricsType:metricsName",
producerOnly = true,
+ category = { Category.MONITORING },
headersClass = MicrometerConstants.class)
public class MicrometerEndpoint extends DefaultEndpoint {