Skip to content

Commit 17889b4

Browse files
committed
more modules
1 parent bec0249 commit 17889b4

File tree

3 files changed

+32
-0
lines changed

3 files changed

+32
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
description: The c3p0 instrumentation provides connection pool metrics for c3p0 data sources.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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

0 commit comments

Comments
 (0)