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
|`otel.instrumentation.lettuce.experimental-span-attributes`| Boolean |`false`| Enable the capture of experimental span attributes. |
6
-
|`otel.instrumentation.lettuce.connection-telemetry.enabled`| Boolean |`false`| Enable the creation of Connect spans. |
7
-
|`otel.instrumentation.lettuce.experimental.command-encoding-events.enabled`| Boolean |`false`| Enable the capture of command encoding as span events. |
3
+
| System property | Type | Default | Description |
|`otel.instrumentation.lettuce.experimental-span-attributes`| Boolean |`false`| Enable the capture of experimental span attributes. |
6
+
|`otel.instrumentation.lettuce.connection-telemetry.enabled`| Boolean |`false`| Enable the creation of Connect spans. |
7
+
|`otel.instrumentation.lettuce.experimental.command-encoding-events.enabled`| Boolean |`false`| Enable the capture of `redis.encode.start` and `redis.encode.end` span events. |
Copy file name to clipboardExpand all lines: instrumentation/lettuce/lettuce-5.1/javaagent/src/test/java/io/opentelemetry/javaagent/instrumentation/lettuce/v5_1/LettuceReactiveClientTest.java
Copy file name to clipboardExpand all lines: instrumentation/lettuce/lettuce-5.1/library/src/main/java/io/opentelemetry/instrumentation/lettuce/v5_1/LettuceTelemetryBuilder.java
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,7 @@ public final class LettuceTelemetryBuilder {
Copy file name to clipboardExpand all lines: instrumentation/lettuce/lettuce-5.1/testing/src/main/java/io/opentelemetry/instrumentation/lettuce/v5_1/AbstractLettuceAsyncClientTest.java
0 commit comments