blob: 4e0611184a2d8197ae4b6415553dbb8ca9d91333 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.microprofilemetrics.CamelMicroprofilemetricsSinkConnector",
"artifactId": "camel-microprofile-metrics-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-microprofile-metrics-sink",
"type": "sink",
"version": "0.7.0",
"description": "Expose metrics from Camel routes."
},
"properties": {
"camel.sink.path.metricType": {
"name": "camel.sink.path.metricType",
"description": "Metric type One of: [concurrent gauge] [counter] [gauge] [meter] [histogram] [timer] [simple timer] [invalid]",
"priority": "HIGH",
"required": "true",
"enum": [
"concurrent gauge",
"counter",
"gauge",
"meter",
"histogram",
"timer",
"simple timer",
"invalid"
]
},
"camel.sink.path.metricName": {
"name": "camel.sink.path.metricName",
"description": "Metric name",
"priority": "HIGH",
"required": "true"
},
"camel.sink.endpoint.action": {
"name": "camel.sink.endpoint.action",
"description": "Action to use when using the timer type",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.counterIncrement": {
"name": "camel.sink.endpoint.counterIncrement",
"description": "Increment value when using the counter type",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.description": {
"name": "camel.sink.endpoint.description",
"description": "Metric description",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.displayName": {
"name": "camel.sink.endpoint.displayName",
"description": "Metric display name",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.gaugeDecrement": {
"name": "camel.sink.endpoint.gaugeDecrement",
"description": "Decrement metric value when using concurrent gauge type",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.gaugeIncrement": {
"name": "camel.sink.endpoint.gaugeIncrement",
"description": "Increment metric value when using the concurrent gauge type",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.gaugeValue": {
"name": "camel.sink.endpoint.gaugeValue",
"description": "Decrement metric value when using concurrent gauge type",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.lazyStartProducer": {
"name": "camel.sink.endpoint.lazyStartProducer",
"description": "Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.mark": {
"name": "camel.sink.endpoint.mark",
"description": "Mark value to set when using the meter type",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.metricUnit": {
"name": "camel.sink.endpoint.metricUnit",
"description": "Metric unit. See org.eclipse.microprofile.metrics.MetricUnits",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.tags": {
"name": "camel.sink.endpoint.tags",
"description": "Comma delimited list of tags associated with the metric in the format tagName=tagValue",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.value": {
"name": "camel.sink.endpoint.value",
"description": "Value to set when using the histogram type",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.synchronous": {
"name": "camel.sink.endpoint.synchronous",
"description": "Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.microprofile-metrics.lazyStartProducer": {
"name": "camel.component.microprofile-metrics.lazyStartProducer",
"description": "Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.microprofile-metrics.autowiredEnabled": {
"name": "camel.component.microprofile-metrics.autowiredEnabled",
"description": "Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.microprofile-metrics.metricRegistry": {
"name": "camel.component.microprofile-metrics.metricRegistry",
"description": "Use a custom MetricRegistry.",
"priority": "MEDIUM",
"required": "false"
}
}
}