OpenTelemetry subsystem
Name | Dynamic | Other provider points |
---|---|---|
org.wildfly.extension.opentelemetry.config | false | none |
org.wildfly.extension.opentelemetry | false | none |
Attribute | Value |
---|---|
Default Value | 5000 |
Type | LONG |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
Attribute | Value |
---|---|
Default Value | http://localhost:14250 |
Type | STRING |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
Attribute | Value |
---|---|
Default Value | 30000 |
Type | LONG |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
Attribute | Value |
---|---|
Default Value | jaeger |
Type | STRING |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
Allowed Values | jaeger otlp |
Attribute | Value |
---|---|
Default Value | 512 |
Type | LONG |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
Attribute | Value |
---|---|
Default Value | 2048 |
Type | LONG |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
Attribute | Value |
---|---|
Type | DOUBLE |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
Attribute | Value |
---|---|
Type | STRING |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
Allowed Values | on off ratio |
Attribute | Value |
---|---|
Type | STRING |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
Attribute | Value |
---|---|
Default Value | batch |
Type | STRING |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
Allowed Values | batch simple |
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
service-name | STRING | false | true | Service name reported to the trace collector | |
endpoint | STRING | false | true | http://localhost:14250 | The URL for the exporter endpoint. |
exporter-type | STRING | false | true | jaeger | The name of the exporter to use |
ratio | DOUBLE | false | true | The ratio amount to use for the ratio sampler | |
sampler-type | STRING | false | true | The sampling strategy to use | |
batch-delay | LONG | false | true | 5000 | The interval, in milliseconds, between two consecutive exports. Default is 5000. |
export-timeout | LONG | false | true | 30000 | The maximum allowed time, in milliseconds, to export data. |
max-export-batch-size | LONG | false | true | 512 | The maximum number of traces to be exported in a given batch. |
max-queue-size | LONG | false | true | 2048 | The maximum number of traces in the queue before they are exported. |
span-processor-type | STRING | false | true | batch | The type of processor to use. Valid values are 'simple' and 'batch'. |