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
Enable the capture of experimental HTTP client telemetry. Adds the `http.request.body.size` and `http.response.body.size` attributes to spans, and records `http.client.request.size` and `http.client.response.size` metrics.
Copy file name to clipboardExpand all lines: instrumentation/kubernetes-client-7.0/javaagent/src/test/java/io/opentelemetry/javaagent/instrumentation/kubernetesclient/KubernetesClientTest.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ class KubernetesClientTest {
52
52
53
53
@Nullable
54
54
privatestaticStringexperimental(Stringvalue) {
55
-
if (Boolean.getBoolean("otel.instrumentation.kubernetes.experimental-span-attributes")) {
55
+
if (Boolean.getBoolean("otel.instrumentation.kubernetes-client.experimental-span-attributes")) {
0 commit comments