You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -86,11 +86,6 @@ see [Migrate from the SignalFx Java Agent](https://quickdraw.splunk.com/redirect
86
86
87
87
<!-- Comments, spacing, empty and new lines in the section below are intentional, please do not modify them! -->
88
88
<!--DEV_DOCS_WARNING-->
89
-
<!--DEV_DOCS_WARNING_START-->
90
-
The following documentation refers to the in-development version of `splunk-otel-java`. Docs for the latest version ([v2.13.0](https://github.com/signalfx/splunk-otel-java/releases/latest)) can be found [here](https://github.com/signalfx/splunk-otel-java/blob/v2.13.0/README.md).
91
-
92
-
---
93
-
<!--DEV_DOCS_WARNING_END-->
94
89
95
90
## Requirements
96
91
@@ -122,11 +117,11 @@ To extend the instrumentation with the OpenTelemetry Instrumentation for Java,
122
117
you have to use a compatible API version.
123
118
124
119
<!-- IMPORTANT: do not change comments or break those lines below -->
125
-
The Splunk Distribution of OpenTelemetry Java version <!--SPLUNK_VERSION-->2.13.1<!--SPLUNK_VERSION--> is compatible
120
+
The Splunk Distribution of OpenTelemetry Java version <!--SPLUNK_VERSION-->2.14.0<!--SPLUNK_VERSION--> is compatible
126
121
with:
127
122
128
-
* OpenTelemetry API version <!--OTEL_VERSION-->1.47.0<!--OTEL_VERSION-->
129
-
* OpenTelemetry Instrumentation for Java version <!--OTEL_INSTRUMENTATION_VERSION-->2.13.3<!--OTEL_INSTRUMENTATION_VERSION-->
123
+
* OpenTelemetry API version <!--OTEL_VERSION-->1.48.0<!--OTEL_VERSION-->
124
+
* OpenTelemetry Instrumentation for Java version <!--OTEL_INSTRUMENTATION_VERSION-->2.14.0<!--OTEL_INSTRUMENTATION_VERSION-->
@@ -1391,6 +1398,7 @@ Some instrumentations (e.g. Spring Web MVC instrumentation) produce SpanKind.Int
1391
1398
| `otel.instrumentation.aws-sdk.experimental-span-attributes` | Boolean | `false` | Enable the capture of experimental span attributes. |
1392
1399
| `otel.instrumentation.aws-sdk.experimental-use-propagator-for-messaging` | Boolean | `false` | v2 only, inject into SNS/SQS attributes with configured propagator: See [v2 README](aws-sdk-2.2/library/README.md#trace-propagation). |
1393
1400
| `otel.instrumentation.aws-sdk.experimental-record-individual-http-error` | Boolean | `false` | v2 only, record errors returned by each individual HTTP request as events for the SDK span. |
1401
+
| `otel.instrumentation.genai.capture-message-content` | Boolean | `false` | v2 only, record content of user and LLM messages when using Bedrock. |
1394
1402
*/
1395
1403
settings.add(
1396
1404
setting(
@@ -1413,6 +1421,13 @@ Some instrumentations (e.g. Spring Web MVC instrumentation) produce SpanKind.Int
| `otel.instrumentation.grpc.emit-message-events` | Boolean | `true` | Determines whether to emit span event for each individual message received and sent.
1506
1522
| `otel.instrumentation.grpc.experimental-span-attributes` | Boolean | `false` | Enable the capture of experimental span attributes. |
1507
1523
| `otel.instrumentation.grpc.capture-metadata.client.request` | String | | A comma-separated list of request metadata keys. gRPC client instrumentation will capture metadata values corresponding to configured keys as span attributes. |
1508
1524
| `otel.instrumentation.grpc.capture-metadata.server.request` | String | | A comma-separated list of request metadata keys. gRPC server instrumentation will capture metadata values corresponding to configured keys as span attributes. |
1509
1525
*/
1526
+
settings.add(
1527
+
setting(
1528
+
"otel.instrumentation.grpc.emit-message-events",
1529
+
"Determines whether to emit span event for each individual message received and sent.",
0 commit comments