@@ -1017,6 +1017,7 @@ libraries:
10171017 type: list
10181018 default: ''
10191019 - name: otel.instrumentation.common.peer-service-mapping
1020+ declarative_name: java.common.peer_service_mapping
10201021 description: Used to specify a mapping from host names or IP addresses to peer
10211022 services.
10221023 type: map
@@ -1182,29 +1183,35 @@ libraries:
11821183 - org.apache.httpcomponents.client5:httpclient5:[5.0,)
11831184 configurations:
11841185 - name: otel.instrumentation.http.known-methods
1186+ declarative_name: java.common.http.known_methods
11851187 description: |
11861188 Configures the instrumentation to recognize an alternative set of HTTP request methods. All other methods will be treated as `_OTHER`.
11871189 type: list
11881190 default: CONNECT,DELETE,GET,HEAD,OPTIONS,PATCH,POST,PUT,TRACE
11891191 - name: otel.instrumentation.http.client.capture-request-headers
1192+ declarative_name: general.http.client.request_captured_headers
11901193 description: List of HTTP request headers to capture in HTTP client telemetry.
11911194 type: list
11921195 default: ''
11931196 - name: otel.instrumentation.http.client.capture-response-headers
1197+ declarative_name: general.http.client.response_captured_headers
11941198 description: List of HTTP response headers to capture in HTTP client telemetry.
11951199 type: list
11961200 default: ''
11971201 - name: otel.instrumentation.common.peer-service-mapping
1202+ declarative_name: java.common.peer_service_mapping
11981203 description: Used to specify a mapping from host names or IP addresses to peer
11991204 services.
12001205 type: map
12011206 default: ''
12021207 - name: otel.instrumentation.http.client.emit-experimental-telemetry
1208+ declarative_name: java.common.http.client.emit_experimental_telemetry/development
12031209 description: |
12041210 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.
12051211 type: boolean
12061212 default: false
12071213 - name: otel.instrumentation.sanitization.url.experimental.sensitive-query-parameters
1214+ declarative_name: general.sanitization.url.sensitive_query_parameters/development
12081215 description: List of URL query parameter names whose values are redacted in URL
12091216 attributes. See https://opentelemetry.io/docs/specs/semconv/http/http-spans.
12101217 type: list
@@ -1399,6 +1406,7 @@ libraries:
13991406 type: list
14001407 default: ''
14011408 - name: otel.instrumentation.common.peer-service-mapping
1409+ declarative_name: java.common.peer_service_mapping
14021410 description: Used to specify a mapping from host names or IP addresses to peer
14031411 services.
14041412 type: map
@@ -1827,6 +1835,7 @@ libraries:
18271835 type: list
18281836 default: ''
18291837 - name: otel.instrumentation.common.peer-service-mapping
1838+ declarative_name: java.common.peer_service_mapping
18301839 description: Used to specify a mapping from host names or IP addresses to peer
18311840 services.
18321841 type: map
@@ -1947,6 +1956,7 @@ libraries:
19471956 type: list
19481957 default: ''
19491958 - name: otel.instrumentation.common.peer-service-mapping
1959+ declarative_name: java.common.peer_service_mapping
19501960 description: Used to specify a mapping from host names or IP addresses to peer
19511961 services.
19521962 type: map
@@ -3310,6 +3320,12 @@ libraries:
33103320 - com.datastax.oss:java-driver-core:[4.4,)
33113321 - org.apache.cassandra:java-driver-core:(,)
33123322 configurations:
3323+ - name: otel.instrumentation.cassandra.query-sanitization.enabled
3324+ declarative_name: java.cassandra.query_sanitization.enabled
3325+ description: |
3326+ Enables query sanitization for Cassandra queries. Takes precedence over otel.instrumentation.common.db.query-sanitization.enabled.
3327+ type: boolean
3328+ default: true
33133329 - name: otel.instrumentation.common.db.query-sanitization.enabled
33143330 declarative_name: java.common.db.query_sanitization.enabled
33153331 description: Enables query sanitization for database queries.
@@ -4748,6 +4764,7 @@ libraries:
47484764 type: list
47494765 default: ''
47504766 - name: otel.instrumentation.common.peer-service-mapping
4767+ declarative_name: java.common.peer_service_mapping
47514768 description: Used to specify a mapping from host names or IP addresses to peer
47524769 services.
47534770 type: map
0 commit comments