@@ -6,22 +6,26 @@ semantic_conventions:
66library_link : https://github.com/kubernetes-client/java
77configurations :
88 - name : otel.instrumentation.kubernetes-client.experimental-span-attributes
9+ declarative_name : java.kubernetes_client.experimental_span_attributes/development
910 description : >
1011 Enables experimental span attributes `kubernetes-client.namespace` and
1112 `kubernetes-client.name` for Kubernetes API requests.
1213 type : boolean
1314 default : false
1415 - name : otel.instrumentation.http.known-methods
16+ declarative_name : java.common.http.known_methods
1517 description : >
1618 Configures the instrumentation to recognize an alternative set of HTTP request methods. All
1719 other methods will be treated as `_OTHER`.
1820 type : list
1921 default : " CONNECT,DELETE,GET,HEAD,OPTIONS,PATCH,POST,PUT,TRACE"
2022 - name : otel.instrumentation.http.client.capture-request-headers
23+ declarative_name : general.http.client.request_captured_headers
2124 description : List of HTTP request headers to capture in HTTP client telemetry.
2225 type : list
2326 default : " "
2427 - name : otel.instrumentation.http.client.capture-response-headers
28+ declarative_name : general.http.client.response_captured_headers
2529 description : List of HTTP response headers to capture in HTTP client telemetry.
2630 type : list
2731 default : " "
@@ -30,13 +34,15 @@ configurations:
3034 type : map
3135 default : " "
3236 - name : otel.instrumentation.http.client.emit-experimental-telemetry
37+ declarative_name : java.common.http.client.emit_experimental_telemetry/development
3338 description : >
3439 Enable the capture of experimental HTTP client telemetry. Adds the `http.request.body.size`
3540 and `http.response.body.size` attributes to spans, and records `http.client.request.size` and
3641 `http.client.response.size` metrics.
3742 type : boolean
3843 default : false
3944 - name : otel.instrumentation.http.client.experimental.redact-query-parameters
45+ declarative_name : java.common.http.client.redact_query_parameters/development
4046 description : Redact sensitive URL parameters. See https://opentelemetry.io/docs/specs/semconv/http/http-spans.
4147 type : boolean
42- default : true
48+ default : true
0 commit comments