@@ -10758,15 +10758,18 @@ libraries:
1075810758 - com.squareup.okhttp:okhttp:[2.2,3)
1075910759 configurations:
1076010760 - name: otel.instrumentation.http.known-methods
10761+ declarative_name: java.common.http.known_methods
1076110762 description: |
1076210763 Configures the instrumentation to recognize an alternative set of HTTP request methods. All other methods will be treated as `_OTHER`.
1076310764 type: list
1076410765 default: CONNECT,DELETE,GET,HEAD,OPTIONS,PATCH,POST,PUT,TRACE
1076510766 - name: otel.instrumentation.http.client.capture-request-headers
10767+ declarative_name: general.http.client.request_captured_headers
1076610768 description: List of HTTP request headers to capture in HTTP client telemetry.
1076710769 type: list
1076810770 default: ''
1076910771 - name: otel.instrumentation.http.client.capture-response-headers
10772+ declarative_name: general.http.client.response_captured_headers
1077010773 description: List of HTTP response headers to capture in HTTP client telemetry.
1077110774 type: list
1077210775 default: ''
@@ -10776,11 +10779,13 @@ libraries:
1077610779 type: map
1077710780 default: ''
1077810781 - name: otel.instrumentation.http.client.emit-experimental-telemetry
10782+ declarative_name: java.common.http.client.emit_experimental_telemetry/development
1077910783 description: |
1078010784 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.
1078110785 type: boolean
1078210786 default: false
1078310787 - name: otel.instrumentation.sanitization.url.experimental.sensitive-query-parameters
10788+ declarative_name: general.sanitization.url.sensitive_query_parameters/development
1078410789 description: List of URL query parameter names whose values are redacted in URL
1078510790 attributes. See https://opentelemetry.io/docs/specs/semconv/http/http-spans.
1078610791 type: list
@@ -10909,6 +10914,7 @@ libraries:
1090910914 type: boolean
1091010915 default: false
1091110916 - name: otel.instrumentation.sanitization.url.experimental.sensitive-query-parameters
10917+ declarative_name: general.sanitization.url.sensitive_query_parameters/development
1091210918 description: List of URL query parameter names whose values are redacted in URL
1091310919 attributes. See https://opentelemetry.io/docs/specs/semconv/http/http-spans.
1091410920 type: list
@@ -11693,7 +11699,7 @@ libraries:
1169311699 type: boolean
1169411700 default: false
1169511701 telemetry:
11696- - when: default
11702+ - when: otel.instrumentation.common.experimental.controller-telemetry.enabled=true
1169711703 spans:
1169811704 - span_kind: INTERNAL
1169911705 attributes: []
@@ -11742,29 +11748,35 @@ libraries:
1174211748 - com.typesafe.play:play-ahc-ws-standalone_2.11:[1.0.0,2.0.0)
1174311749 configurations:
1174411750 - name: otel.instrumentation.http.known-methods
11751+ declarative_name: java.common.http.known_methods
1174511752 description: |
1174611753 Configures the instrumentation to recognize an alternative set of HTTP request methods. All other methods will be treated as `_OTHER`.
1174711754 type: list
1174811755 default: CONNECT,DELETE,GET,HEAD,OPTIONS,PATCH,POST,PUT,TRACE
1174911756 - name: otel.instrumentation.http.client.capture-request-headers
11757+ declarative_name: general.http.client.request_captured_headers
1175011758 description: List of HTTP request headers to capture in HTTP client telemetry.
1175111759 type: list
1175211760 default: ''
1175311761 - name: otel.instrumentation.http.client.capture-response-headers
11762+ declarative_name: general.http.client.response_captured_headers
1175411763 description: List of HTTP response headers to capture in HTTP client telemetry.
1175511764 type: list
1175611765 default: ''
1175711766 - name: otel.instrumentation.common.peer-service-mapping
11767+ declarative_name: java.common.peer_service_mapping
1175811768 description: Used to specify a mapping from host names or IP addresses to peer
1175911769 services.
1176011770 type: map
1176111771 default: ''
1176211772 - name: otel.instrumentation.http.client.emit-experimental-telemetry
11773+ declarative_name: java.common.http.client.emit_experimental_telemetry/development
1176311774 description: |
1176411775 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.
1176511776 type: boolean
1176611777 default: false
1176711778 - name: otel.instrumentation.sanitization.url.experimental.sensitive-query-parameters
11779+ declarative_name: general.sanitization.url.sensitive_query_parameters/development
1176811780 description: List of URL query parameter names whose values are redacted in URL
1176911781 attributes. See https://opentelemetry.io/docs/specs/semconv/http/http-spans.
1177011782 type: list
@@ -11828,29 +11840,35 @@ libraries:
1182811840 - com.typesafe.play:play-ahc-ws-standalone_2.11:[2.0.0,]
1182911841 configurations:
1183011842 - name: otel.instrumentation.http.known-methods
11843+ declarative_name: java.common.http.known_methods
1183111844 description: |
1183211845 Configures the instrumentation to recognize an alternative set of HTTP request methods. All other methods will be treated as `_OTHER`.
1183311846 type: list
1183411847 default: CONNECT,DELETE,GET,HEAD,OPTIONS,PATCH,POST,PUT,TRACE
1183511848 - name: otel.instrumentation.http.client.capture-request-headers
11849+ declarative_name: general.http.client.request_captured_headers
1183611850 description: List of HTTP request headers to capture in HTTP client telemetry.
1183711851 type: list
1183811852 default: ''
1183911853 - name: otel.instrumentation.http.client.capture-response-headers
11854+ declarative_name: general.http.client.response_captured_headers
1184011855 description: List of HTTP response headers to capture in HTTP client telemetry.
1184111856 type: list
1184211857 default: ''
1184311858 - name: otel.instrumentation.common.peer-service-mapping
11859+ declarative_name: java.common.peer_service_mapping
1184411860 description: Used to specify a mapping from host names or IP addresses to peer
1184511861 services.
1184611862 type: map
1184711863 default: ''
1184811864 - name: otel.instrumentation.http.client.emit-experimental-telemetry
11865+ declarative_name: java.common.http.client.emit_experimental_telemetry/development
1184911866 description: |
1185011867 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.
1185111868 type: boolean
1185211869 default: false
1185311870 - name: otel.instrumentation.sanitization.url.experimental.sensitive-query-parameters
11871+ declarative_name: general.sanitization.url.sensitive_query_parameters/development
1185411872 description: List of URL query parameter names whose values are redacted in URL
1185511873 attributes. See https://opentelemetry.io/docs/specs/semconv/http/http-spans.
1185611874 type: list
@@ -12879,15 +12897,18 @@ libraries:
1287912897 - io.projectreactor.netty:reactor-netty:[1.0.0,)
1288012898 configurations:
1288112899 - name: otel.instrumentation.http.known-methods
12900+ declarative_name: java.common.http.known_methods
1288212901 description: |
1288312902 Configures the instrumentation to recognize an alternative set of HTTP request methods. All other methods will be treated as `_OTHER`.
1288412903 type: list
1288512904 default: CONNECT,DELETE,GET,HEAD,OPTIONS,PATCH,POST,PUT,TRACE
1288612905 - name: otel.instrumentation.http.client.capture-request-headers
12906+ declarative_name: general.http.client.request_captured_headers
1288712907 description: List of HTTP request headers to capture in HTTP client telemetry.
1288812908 type: list
1288912909 default: ''
1289012910 - name: otel.instrumentation.http.client.capture-response-headers
12911+ declarative_name: general.http.client.response_captured_headers
1289112912 description: List of HTTP response headers to capture in HTTP client telemetry.
1289212913 type: list
1289312914 default: ''
@@ -12897,15 +12918,18 @@ libraries:
1289712918 type: map
1289812919 default: ''
1289912920 - name: otel.instrumentation.http.client.emit-experimental-telemetry
12921+ declarative_name: java.common.http.client.emit_experimental_telemetry/development
1290012922 description: |
1290112923 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.
1290212924 type: boolean
1290312925 default: false
1290412926 - name: otel.instrumentation.reactor-netty.connection-telemetry.enabled
12927+ declarative_name: java.reactor_netty.connection_telemetry.enabled
1290512928 description: Enables the creation of Connect and DNS spans.
1290612929 type: boolean
1290712930 default: false
1290812931 - name: otel.instrumentation.sanitization.url.experimental.sensitive-query-parameters
12932+ declarative_name: general.sanitization.url.sensitive_query_parameters/development
1290912933 description: List of URL query parameter names whose values are redacted in URL
1291012934 attributes. See https://opentelemetry.io/docs/specs/semconv/http/http-spans.
1291112935 type: list
@@ -14146,7 +14170,7 @@ libraries:
1414614170 type: string
1414714171 default: ''
1414814172 telemetry:
14149- - when: default
14173+ - when: otel.instrumentation.servlet.experimental.capture-request-parameters=test-parameter
1415014174 metrics:
1415114175 - name: http.server.request.duration
1415214176 description: Duration of HTTP server requests.
0 commit comments