Configures OpenTelemetry tracing for the connectors. If the resource is not present, that is the same as specifying 'never' for each connector
| Name | Dynamic | Other provider points |
|---|---|---|
| org.wildfly.microprofile.reactive-messaging.opentelemetry.tracing | false |
none |
| Type | STRING |
| Default Value | NEVER |
| Is the attribute nillable? | true |
| Does the attribute allow expression? | true |
| Where is the attribute stored? | configuration |
| Access Type | read-write |
| Is restarted required? | all-services |
| Allowed Values |
NEVER ALWAYS OFF ON |
| Stability Level | default |
| Raw DMR model |
|
| Type | STRING |
| Default Value | NEVER |
| Is the attribute nillable? | true |
| Does the attribute allow expression? | true |
| Where is the attribute stored? | configuration |
| Access Type | read-write |
| Is restarted required? | all-services |
| Allowed Values |
NEVER ALWAYS OFF ON |
| Stability Level | default |
| Raw DMR model |
|
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
|---|---|---|---|---|---|
| amqp-connector | STRING | false | true | NEVER | Configure OpenTelemetry tracing for the AMPQ connector |
| kafka-connector | STRING | false | true | NEVER | Configure OpenTelemetry tracing for the Kafka connector |
| Raw DMR model |
|
| Raw DMR model |
|
Galleon features are to be used when creating Galleon feature-packs.
<feature spec="subsystem.microprofile-reactive-messaging-smallrye.opentelemetry-tracing.config">
<param name="amqp-connector" value="{value}"/>
<param name="kafka-connector" value="{value}"/>
<feature/>