@@ -6,16 +6,19 @@ semantic_conventions:
66library_link : https://eclipse.dev/jetty/
77configurations :
88 - name : otel.instrumentation.http.known-methods
9+ declarative_name : java.common.http.known_methods
910 description : >
1011 Configures the instrumentation to recognize an alternative set of HTTP request methods. All
1112 other methods will be treated as `_OTHER`.
1213 type : list
1314 default : " CONNECT,DELETE,GET,HEAD,OPTIONS,PATCH,POST,PUT,TRACE"
1415 - name : otel.instrumentation.http.client.capture-request-headers
16+ declarative_name : general.http.client.request_captured_headers
1517 description : List of HTTP request headers to capture in HTTP client telemetry.
1618 type : list
1719 default : " "
1820 - name : otel.instrumentation.http.client.capture-response-headers
21+ declarative_name : general.http.client.response_captured_headers
1922 description : List of HTTP response headers to capture in HTTP client telemetry.
2023 type : list
2124 default : " "
@@ -24,13 +27,15 @@ configurations:
2427 type : map
2528 default : " "
2629 - name : otel.instrumentation.http.client.emit-experimental-telemetry
30+ declarative_name : java.common.http.client.emit_experimental_telemetry/development
2731 description : >
2832 Enable the capture of experimental HTTP client telemetry. Adds the `http.request.body.size`
2933 and `http.response.body.size` attributes to spans, and records `http.client.request.size` and
3034 `http.client.response.size` metrics.
3135 type : boolean
3236 default : false
3337 - name : otel.instrumentation.http.client.experimental.redact-query-parameters
38+ declarative_name : java.common.http.client.redact_query_parameters/development
3439 description : Redact sensitive URL parameters. See https://opentelemetry.io/docs/specs/semconv/http/http-spans.
3540 type : boolean
3641 default : true
0 commit comments