File tree Expand file tree Collapse file tree 3 files changed +32
-0
lines changed Expand file tree Collapse file tree 3 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ configurations :
2+ - name : otel.instrumentation.messaging.experimental.receive-telemetry.enabled
3+ description : Enables experimental receive telemetry for AWS SDK instrumentation.
4+ type : boolean
5+ default : false
6+ - name : otel.instrumentation.messaging.experimental.capture-headers
7+ description : Allows configuring headers to capture as span attributes.
8+ type : list
9+ default : ' '
10+ - name : otel.instrumentation.aws-sdk.experimental-span-attributes
11+ description : Enables experimental span attributes for AWS SDK instrumentation.
12+ type : boolean
13+ default : false
14+ - name : otel.instrumentation.aws-sdk.experimental-use-propagator-for-messaging
15+ description : Determines whether the configured TextMapPropagator should be used to inject into supported messaging attributes (for SQS).
16+ type : boolean
17+ default : false
18+ - name : otel.instrumentation.genai.capture-message-content
19+ description : Determines whether Generative AI events include full content of user and assistant messages. Note that full content can have data privacy and size concerns and care should be taken when enabling this
20+ type : boolean
21+ default : false
22+ - name : otel.instrumentation.aws-sdk.experimental-record-individual-http-error
23+ description : Determines whether errors returned by each individual HTTP request should be recorded as events for the SDK span.
24+ type : boolean
25+ default : false
Original file line number Diff line number Diff line change 1+ description : The c3p0 instrumentation provides connection pool metrics for c3p0 data sources.
Original file line number Diff line number Diff line change 1+ description : This instrumentation provides support for Apache Camel version 2.20.
2+ configurations :
3+ - name : otel.instrumentation.camel.experimental-span-attributes
4+ description : Enable the capture of experimental span attributes.
5+ type : boolean
6+ default : false
You can’t perform that action at this time.
0 commit comments