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-spring-boot.git

commit 9c6202b69704a23c1bf527ec76575879cb70b839
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Mon Apr 4 07:31:31 2022 +0200

    Regen
---
 .../org/apache/camel/springboot/catalog/components/ganglia.json     | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ganglia.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ganglia.json
index dbe8dc4070d..3379529c63c 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ganglia.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ganglia.json
@@ -43,9 +43,9 @@
     "CamelGangliaMetricName": { "kind": "header", "displayName": "", "group": 
"producer", "label": "", "required": false, "javaType": "String", "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "The name to use for the metric." },
     "CamelGangliaMetricType": { "kind": "header", "displayName": "", "group": 
"producer", "label": "", "required": false, "javaType": 
"info.ganglia.gmetric4j.gmetric.GMetricType", "enum": [ "STRING", "INT8", 
"UINT8", "INT16", "UINT16", "INT32", "UINT32", "FLOAT", "DOUBLE" ], 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The type of value" },
     "CamelGangliaMetricSlope": { "kind": "header", "displayName": "", "group": 
"producer", "label": "", "required": false, "javaType": 
"info.ganglia.gmetric4j.gmetric.GMetricSlope", "enum": [ "ZERO", "POSITIVE", 
"NEGATIVE", "BOTH" ], "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The slope" },
-    "CamelGangliaMetricUnits": { "kind": "header", "displayName": "", "group": 
"producer", "label": "", "required": false, "javaType": "String", "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "Any unit of measurement that qualifies the metric, e.g. 
widgets, litres, bytes. Do not include a prefix such as k\n (kilo) or m 
(milli), other tools may scale the units later. The value should be unscaled." 
},
-    "CamelGangliaMetricTmax": { "kind": "header", "displayName": "", "group": 
"producer", "label": "", "required": false, "javaType": "Integer", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "Maximum time in seconds that the value can be considered 
current. After this, Ganglia considers the value to have\n expired." },
-    "CamelGangliaMetricDmax": { "kind": "header", "displayName": "", "group": 
"producer", "label": "", "required": false, "javaType": "Integer", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "Minumum time in seconds before Ganglia will purge the 
metric value if it expires. Set to 0 and the value will\n remain in Ganglia 
indefinitely until a gmond agent restart." }
+    "CamelGangliaMetricUnits": { "kind": "header", "displayName": "", "group": 
"producer", "label": "", "required": false, "javaType": "String", "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "Any unit of measurement that qualifies the metric, e.g. 
widgets, litres, bytes. Do not include a prefix such as k (kilo) or m (milli), 
other tools may scale the units later. The value should be unscaled." },
+    "CamelGangliaMetricTmax": { "kind": "header", "displayName": "", "group": 
"producer", "label": "", "required": false, "javaType": "Integer", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "Maximum time in seconds that the value can be considered 
current. After this, Ganglia considers the value to have expired." },
+    "CamelGangliaMetricDmax": { "kind": "header", "displayName": "", "group": 
"producer", "label": "", "required": false, "javaType": "Integer", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "Minumum time in seconds before Ganglia will purge the 
metric value if it expires. Set to 0 and the value will remain in Ganglia 
indefinitely until a gmond agent restart." }
   },
   "properties": {
     "host": { "kind": "path", "displayName": "Host", "group": "producer", 
"label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "239.2.11.71", "configurationClass": 
"org.apache.camel.component.ganglia.GangliaConfiguration", 
"configurationField": "configuration", "description": "Host name for Ganglia 
server" },

Reply via email to