You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/10/26 18:32:12 UTC

[camel] branch main updated: Regen for commit a9e493bbc3455b289e6f69a2d7aee28ef786a29c (#8635)

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 b4195472e85 Regen for commit a9e493bbc3455b289e6f69a2d7aee28ef786a29c (#8635)
b4195472e85 is described below

commit b4195472e85c563048024d3d77d491e7b2ab441a
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Wed Oct 26 20:32:04 2022 +0200

    Regen for commit a9e493bbc3455b289e6f69a2d7aee28ef786a29c (#8635)
    
    Signed-off-by: GitHub <no...@github.com>
    
    Signed-off-by: GitHub <no...@github.com>
    Co-authored-by: orpiske <or...@users.noreply.github.com>
---
 .../dsl/MicrometerEndpointBuilderFactory.java      | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/MicrometerEndpointBuilderFactory.java b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/MicrometerEndpointBuilderFactory.java
index dae0bd9fd7f..c313a869a27 100644
--- a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/MicrometerEndpointBuilderFactory.java
+++ b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/MicrometerEndpointBuilderFactory.java
@@ -86,6 +86,21 @@ public interface MicrometerEndpointBuilderFactory {
             doSetProperty("increment", increment);
             return this;
         }
+        /**
+         * Description of metrics.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: producer
+         * 
+         * @param metricsDescription the value to set
+         * @return the dsl builder
+         */
+        default MicrometerEndpointBuilder metricsDescription(
+                String metricsDescription) {
+            doSetProperty("metricsDescription", metricsDescription);
+            return this;
+        }
         /**
          * Value expression when using histogram type.
          * 
@@ -315,6 +330,19 @@ public interface MicrometerEndpointBuilderFactory {
             return "MetricsName";
         }
 
+        /**
+         * Override description value in URI.
+         * 
+         * The option is a: {@code String} type.
+         * 
+         * Group: producer
+         * 
+         * @return the name of the header {@code MetricsDescription}.
+         */
+        public String metricsDescription() {
+            return "MetricsDescription";
+        }
+
         /**
          * To augment meter tags defined as URI parameters.
          *