@@ -569,6 +569,7 @@ libraries:
569569 - org.apache.dubbo:dubbo:[2.7,)
570570 configurations:
571571 - name: otel.instrumentation.common.peer-service-mapping
572+ declarative_name: java.common.peer_service_mapping
572573 description: Used to specify a mapping from host names or IP addresses to peer
573574 services.
574575 type: map
@@ -761,6 +762,7 @@ libraries:
761762 type: list
762763 default: ''
763764 - name: otel.instrumentation.common.peer-service-mapping
765+ declarative_name: java.common.peer_service_mapping
764766 description: Used to specify a mapping from host names or IP addresses to peer
765767 services.
766768 type: map
@@ -873,29 +875,35 @@ libraries:
873875 - commons-httpclient:commons-httpclient:[2.0,4.0)
874876 configurations:
875877 - name: otel.instrumentation.http.known-methods
878+ declarative_name: java.common.http.known_methods
876879 description: |
877880 Configures the instrumentation to recognize an alternative set of HTTP request methods. All other methods will be treated as `_OTHER`.
878881 type: list
879882 default: CONNECT,DELETE,GET,HEAD,OPTIONS,PATCH,POST,PUT,TRACE
880883 - name: otel.instrumentation.http.client.capture-request-headers
884+ declarative_name: general.http.client.request_captured_headers
881885 description: List of HTTP request headers to capture in HTTP client telemetry.
882886 type: list
883887 default: ''
884888 - name: otel.instrumentation.http.client.capture-response-headers
889+ declarative_name: general.http.client.response_captured_headers
885890 description: List of HTTP response headers to capture in HTTP client telemetry.
886891 type: list
887892 default: ''
888893 - name: otel.instrumentation.common.peer-service-mapping
894+ declarative_name: java.common.peer_service_mapping
889895 description: Used to specify a mapping from host names or IP addresses to peer
890896 services.
891897 type: map
892898 default: ''
893899 - name: otel.instrumentation.http.client.emit-experimental-telemetry
900+ declarative_name: java.common.http.client.emit_experimental_telemetry/development
894901 description: |
895902 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.
896903 type: boolean
897904 default: false
898905 - name: otel.instrumentation.sanitization.url.experimental.sensitive-query-parameters
906+ declarative_name: general.sanitization.url.sensitive_query_parameters/development
899907 description: List of URL query parameter names whose values are redacted in URL
900908 attributes. See https://opentelemetry.io/docs/specs/semconv/http/http-spans.
901909 type: list
@@ -993,15 +1001,18 @@ libraries:
9931001 - org.apache.httpcomponents:httpclient:[4.0,)
9941002 configurations:
9951003 - name: otel.instrumentation.http.known-methods
1004+ declarative_name: java.common.http.known_methods
9961005 description: |
9971006 Configures the instrumentation to recognize an alternative set of HTTP request methods. All other methods will be treated as `_OTHER`.
9981007 type: list
9991008 default: CONNECT,DELETE,GET,HEAD,OPTIONS,PATCH,POST,PUT,TRACE
10001009 - name: otel.instrumentation.http.client.capture-request-headers
1010+ declarative_name: general.http.client.request_captured_headers
10011011 description: List of HTTP request headers to capture in HTTP client telemetry.
10021012 type: list
10031013 default: ''
10041014 - name: otel.instrumentation.http.client.capture-response-headers
1015+ declarative_name: general.http.client.response_captured_headers
10051016 description: List of HTTP response headers to capture in HTTP client telemetry.
10061017 type: list
10071018 default: ''
@@ -1011,11 +1022,13 @@ libraries:
10111022 type: map
10121023 default: ''
10131024 - name: otel.instrumentation.http.client.emit-experimental-telemetry
1025+ declarative_name: java.common.http.client.emit_experimental_telemetry/development
10141026 description: |
10151027 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.
10161028 type: boolean
10171029 default: false
10181030 - name: otel.instrumentation.sanitization.url.experimental.sensitive-query-parameters
1031+ declarative_name: general.sanitization.url.sensitive_query_parameters/development
10191032 description: List of URL query parameter names whose values are redacted in URL
10201033 attributes. See https://opentelemetry.io/docs/specs/semconv/http/http-spans.
10211034 type: list
@@ -14337,8 +14350,8 @@ libraries:
1433714350 name: io.opentelemetry.spring-cloud-gateway-2.0
1433814351 has_javaagent: true
1433914352 javaagent_target_versions:
14353+ - org.springframework.cloud:spring-cloud-starter-gateway-server-webflux:[4.3.0,)
1434014354 - org.springframework.cloud:spring-cloud-starter-gateway:[2.0.0.RELEASE,)
14341- - org.springframework.cloud:spring-cloud-starter-gateway-server-webflux:[4.3.0,]
1434214355 configurations:
1434314356 - name: otel.instrumentation.spring-cloud-gateway.experimental-span-attributes
1434414357 declarative_name: java.spring_cloud_gateway.experimental_span_attributes/development
@@ -14388,8 +14401,8 @@ libraries:
1438814401 name: io.opentelemetry.spring-data-1.8
1438914402 has_javaagent: true
1439014403 javaagent_target_versions:
14391- - org.springframework:spring-aop :[1.2,]
14392- - org.springframework.data :spring-data-commons :[1.8.0.RELEASE,]
14404+ - org.springframework.data :spring-data-commons :[1.8.0.RELEASE,)
14405+ - org.springframework:spring-aop :[1.2,)
1439314406 telemetry:
1439414407 - when: default
1439514408 spans:
@@ -14471,7 +14484,7 @@ libraries:
1447114484 type: list
1447214485 default: ''
1447314486 telemetry:
14474- - when: default
14487+ - when: otel.instrumentation.messaging.experimental.receive-telemetry.enabled=true
1447514488 spans:
1447614489 - span_kind: CONSUMER
1447714490 attributes:
@@ -14510,7 +14523,7 @@ libraries:
1451014523 type: list
1451114524 default: ''
1451214525 telemetry:
14513- - when: default
14526+ - when: otel.instrumentation.messaging.experimental.receive-telemetry.enabled=true
1451414527 spans:
1451514528 - span_kind: CONSUMER
1451614529 attributes:
@@ -15306,15 +15319,15 @@ libraries:
1530615319 type: boolean
1530715320 default: false
1530815321 telemetry:
15309- - when: default
15322+ - when: otel.instrumentation.common.experimental.controller-telemetry.enabled=true,otel.instrumentation.common.experimental.view-telemetry.enabled=true
1531015323 spans:
1531115324 - span_kind: INTERNAL
1531215325 attributes:
1531315326 - name: code.function
1531415327 type: STRING
1531515328 - name: code.namespace
1531615329 type: STRING
15317- - when: otel.instrumentation.spring-webmvc.experimental-span-attributes=true
15330+ - when: otel.instrumentation.common.experimental.controller-telemetry.enabled=true,otel.instrumentation.common.experimental.view-telemetry.enabled=true,otel.instrumentation. spring-webmvc.experimental-span-attributes=true
1531815331 spans:
1531915332 - span_kind: INTERNAL
1532015333 attributes:
@@ -15448,6 +15461,7 @@ libraries:
1544815461 - org.apache.struts:struts2-core:[2.1.0,7)
1544915462 configurations:
1545015463 - name: otel.instrumentation.common.experimental.controller-telemetry.enabled
15464+ declarative_name: java.common.controller_telemetry/development.enabled
1545115465 description: Enables the creation of experimental controller spans.
1545215466 type: boolean
1545315467 default: false
@@ -15989,29 +16003,35 @@ libraries:
1598916003 - io.vertx:vertx-core:[3.0.0,4.0.0)
1599016004 configurations:
1599116005 - name: otel.instrumentation.http.known-methods
16006+ declarative_name: java.common.http.known_methods
1599216007 description: |
1599316008 Configures the instrumentation to recognize an alternative set of HTTP request methods. All other methods will be treated as `_OTHER`.
1599416009 type: list
1599516010 default: CONNECT,DELETE,GET,HEAD,OPTIONS,PATCH,POST,PUT,TRACE
1599616011 - name: otel.instrumentation.http.client.capture-request-headers
16012+ declarative_name: general.http.client.request_captured_headers
1599716013 description: List of HTTP request headers to capture in HTTP client telemetry.
1599816014 type: list
1599916015 default: ''
1600016016 - name: otel.instrumentation.http.client.capture-response-headers
16017+ declarative_name: general.http.client.response_captured_headers
1600116018 description: List of HTTP response headers to capture in HTTP client telemetry.
1600216019 type: list
1600316020 default: ''
1600416021 - name: otel.instrumentation.common.peer-service-mapping
16022+ declarative_name: java.common.peer_service_mapping
1600516023 description: Used to specify a mapping from host names or IP addresses to peer
1600616024 services.
1600716025 type: map
1600816026 default: ''
1600916027 - name: otel.instrumentation.http.client.emit-experimental-telemetry
16028+ declarative_name: java.common.http.client.emit_experimental_telemetry/development
1601016029 description: |
1601116030 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.
1601216031 type: boolean
1601316032 default: false
1601416033 - name: otel.instrumentation.sanitization.url.experimental.sensitive-query-parameters
16034+ declarative_name: general.sanitization.url.sensitive_query_parameters/development
1601516035 description: List of URL query parameter names whose values are redacted in URL
1601616036 attributes. See https://opentelemetry.io/docs/specs/semconv/http/http-spans.
1601716037 type: list
@@ -16100,29 +16120,35 @@ libraries:
1610016120 - io.vertx:vertx-core:[4.0.0,5)
1610116121 configurations:
1610216122 - name: otel.instrumentation.http.known-methods
16123+ declarative_name: java.common.http.known_methods
1610316124 description: |
1610416125 Configures the instrumentation to recognize an alternative set of HTTP request methods. All other methods will be treated as `_OTHER`.
1610516126 type: list
1610616127 default: CONNECT,DELETE,GET,HEAD,OPTIONS,PATCH,POST,PUT,TRACE
1610716128 - name: otel.instrumentation.http.client.capture-request-headers
16129+ declarative_name: general.http.client.request_captured_headers
1610816130 description: List of HTTP request headers to capture in HTTP client telemetry.
1610916131 type: list
1611016132 default: ''
1611116133 - name: otel.instrumentation.http.client.capture-response-headers
16134+ declarative_name: general.http.client.response_captured_headers
1611216135 description: List of HTTP response headers to capture in HTTP client telemetry.
1611316136 type: list
1611416137 default: ''
1611516138 - name: otel.instrumentation.common.peer-service-mapping
16139+ declarative_name: java.common.peer_service_mapping
1611616140 description: Used to specify a mapping from host names or IP addresses to peer
1611716141 services.
1611816142 type: map
1611916143 default: ''
1612016144 - name: otel.instrumentation.http.client.emit-experimental-telemetry
16145+ declarative_name: java.common.http.client.emit_experimental_telemetry/development
1612116146 description: |
1612216147 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.
1612316148 type: boolean
1612416149 default: false
1612516150 - name: otel.instrumentation.sanitization.url.experimental.sensitive-query-parameters
16151+ declarative_name: general.sanitization.url.sensitive_query_parameters/development
1612616152 description: List of URL query parameter names whose values are redacted in URL
1612716153 attributes. See https://opentelemetry.io/docs/specs/semconv/http/http-spans.
1612816154 type: list
@@ -16232,29 +16258,35 @@ libraries:
1623216258 - io.vertx:vertx-core:[5.0.0,)
1623316259 configurations:
1623416260 - name: otel.instrumentation.http.known-methods
16261+ declarative_name: java.common.http.known_methods
1623516262 description: |
1623616263 Configures the instrumentation to recognize an alternative set of HTTP request methods. All other methods will be treated as `_OTHER`.
1623716264 type: list
1623816265 default: CONNECT,DELETE,GET,HEAD,OPTIONS,PATCH,POST,PUT,TRACE
1623916266 - name: otel.instrumentation.http.client.capture-request-headers
16267+ declarative_name: general.http.client.request_captured_headers
1624016268 description: List of HTTP request headers to capture in HTTP client telemetry.
1624116269 type: list
1624216270 default: ''
1624316271 - name: otel.instrumentation.http.client.capture-response-headers
16272+ declarative_name: general.http.client.response_captured_headers
1624416273 description: List of HTTP response headers to capture in HTTP client telemetry.
1624516274 type: list
1624616275 default: ''
1624716276 - name: otel.instrumentation.common.peer-service-mapping
16277+ declarative_name: java.common.peer_service_mapping
1624816278 description: Used to specify a mapping from host names or IP addresses to peer
1624916279 services.
1625016280 type: map
1625116281 default: ''
1625216282 - name: otel.instrumentation.http.client.emit-experimental-telemetry
16283+ declarative_name: java.common.http.client.emit_experimental_telemetry/development
1625316284 description: |
1625416285 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.
1625516286 type: boolean
1625616287 default: false
1625716288 - name: otel.instrumentation.sanitization.url.experimental.sensitive-query-parameters
16289+ declarative_name: general.sanitization.url.sensitive_query_parameters/development
1625816290 description: List of URL query parameter names whose values are redacted in URL
1625916291 attributes. See https://opentelemetry.io/docs/specs/semconv/http/http-spans.
1626016292 type: list
@@ -16384,7 +16416,7 @@ libraries:
1638416416 type: boolean
1638516417 default: false
1638616418 telemetry:
16387- - when: default
16419+ - when: otel.instrumentation.messaging.experimental.receive-telemetry.enabled=true
1638816420 spans:
1638916421 - span_kind: CONSUMER
1639016422 attributes:
@@ -16406,7 +16438,7 @@ libraries:
1640616438 type: STRING
1640716439 - name: messaging.system
1640816440 type: STRING
16409- - when: otel.instrumentation.kafka.experimental-span-attributes=true
16441+ - when: otel.instrumentation.messaging.experimental.receive-telemetry.enabled=true,otel.instrumentation. kafka.experimental-span-attributes=true
1641016442 spans:
1641116443 - span_kind: CONSUMER
1641216444 attributes:
@@ -16446,6 +16478,7 @@ libraries:
1644616478 - io.vertx:vertx-redis-client:[4.0.0,)
1644716479 configurations:
1644816480 - name: otel.instrumentation.common.db.query-sanitization.enabled
16481+ declarative_name: java.common.db.query_sanitization.enabled
1644916482 description: Enables query sanitization for database queries.
1645016483 type: boolean
1645116484 default: true
0 commit comments