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.15.0](https://github.com/signalfx/splunk-otel-java/releases/latest)) can be found [here](https://github.com/signalfx/splunk-otel-java/blob/v2.15.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.15.0<!--SPLUNK_VERSION--> is compatible
120
+
The Splunk Distribution of OpenTelemetry Java version <!--SPLUNK_VERSION-->2.16.0<!--SPLUNK_VERSION--> is compatible
126
121
with:
127
122
128
-
* OpenTelemetry API version <!--OTEL_VERSION-->1.49.0<!--OTEL_VERSION-->
129
-
* OpenTelemetry Instrumentation for Java version <!--OTEL_INSTRUMENTATION_VERSION-->2.15.0<!--OTEL_INSTRUMENTATION_VERSION-->
123
+
* OpenTelemetry API version <!--OTEL_VERSION-->1.50.0<!--OTEL_VERSION-->
124
+
* OpenTelemetry Instrumentation for Java version <!--OTEL_INSTRUMENTATION_VERSION-->2.16.0<!--OTEL_INSTRUMENTATION_VERSION-->
| `otel.instrumentation.graphql.query-sanitizer.enabled` | Boolean | `true` | Whether to remove sensitive information from query source that is added as span attribute. |
1494
+
| `otel.instrumentation.graphql.add-operation-name-to-span-name.enabled` | Boolean | `false` | Whether GraphQL operation name is added to the span name. <p>**WARNING**: GraphQL operation name is provided by the client and can have high cardinality. Use only when the server is not exposed to malicious clients. |
1494
1495
*/
1495
1496
// graphql 20
1496
1497
/*
@@ -1504,6 +1505,13 @@ Some instrumentations (e.g. Spring Web MVC instrumentation) produce SpanKind.Int
"Whether GraphQL operation name is added to the span name. <p>**WARNING**: GraphQL operation name is provided by the client and can have high cardinality. Use only when the server is not exposed to malicious clients.",
| `otel.instrumentation.jdbc.statement-sanitizer.enabled` | Boolean | `true` | Enables the DB statement sanitization. |
1649
+
| `otel.instrumentation.jdbc.experimental.capture-query-parameters` | Boolean | `false` | Enable the capture of query parameters as span attributes. Enabling this option disables the statement sanitization. <p>WARNING: captured query parameters may contain sensitive information such as passwords, personally identifiable information or protected health info. |
1650
+
| `otel.instrumentation.jdbc.experimental.transaction.enabled` | Boolean | `false` | Enables experimental instrumentation to create spans for COMMIT and ROLLBACK operations. |
"Enable the capture of query parameters as span attributes. Enabling this option disables the statement sanitization. <p>WARNING: captured query parameters may contain sensitive information such as passwords, personally identifiable information or protected health info.",
0 commit comments