@@ -6702,6 +6702,7 @@ libraries:
67026702 - javax.xml.ws:jaxws-api:[2.0,]
67036703 configurations:
67046704 - name: otel.instrumentation.common.experimental.controller-telemetry.enabled
6705+ declarative_name: java.common.controller_telemetry/development.enabled
67056706 description: Enables the creation of experimental controller spans.
67066707 type: boolean
67076708 default: false
@@ -6755,6 +6756,7 @@ libraries:
67556756 - org.apache.cxf:cxf-rt-frontend-jaxws:[3.0.0,)
67566757 configurations:
67576758 - name: otel.instrumentation.common.experimental.controller-telemetry.enabled
6759+ declarative_name: java.common.controller_telemetry/development.enabled
67586760 description: Enables the creation of experimental controller spans.
67596761 type: boolean
67606762 default: false
@@ -6779,6 +6781,7 @@ libraries:
67796781 - javax.jws:javax.jws-api:[1.1,]
67806782 configurations:
67816783 - name: otel.instrumentation.common.experimental.controller-telemetry.enabled
6784+ declarative_name: java.common.controller_telemetry/development.enabled
67826785 description: Enables the creation of experimental controller spans.
67836786 type: boolean
67846787 default: false
@@ -6830,16 +6833,22 @@ libraries:
68306833 - org.jboss.logmanager:jboss-logmanager:[1.1.0.GA,)
68316834 configurations:
68326835 - name: otel.instrumentation.jboss-logmanager.experimental-log-attributes
6836+ declarative_name: java.jboss_logmanager.experimental_log_attributes/development
68336837 description: |
68346838 Enables the capture of experimental log attributes, including thread name and thread ID.
68356839 type: boolean
68366840 default: false
68376841 - name: otel.instrumentation.jboss-logmanager.experimental.capture-mdc-attributes
6842+ declarative_name: java.jboss_logmanager.capture_mdc_attributes/development
68386843 description: |
68396844 Controls which MDC attributes to capture. Use "*" to capture all MDC attributes or provide a comma-separated list of specific keys.
68406845 type: list
68416846 default: ''
6847+ examples:
6848+ - custom-mdc-key
6849+ - key1,key2,key3
68426850 - name: otel.instrumentation.jboss-logmanager.experimental.capture-event-name
6851+ declarative_name: java.jboss_logmanager.capture_event_name/development
68436852 description: |
68446853 Enables the capture of the event name from the MDC attribute "event.name" and sets it as the log record's event name.
68456854 type: boolean
@@ -7601,15 +7610,18 @@ libraries:
76017610 - org.eclipse.jetty:jetty-client:[12,)
76027611 configurations:
76037612 - name: otel.instrumentation.http.known-methods
7613+ declarative_name: java.common.http.known_methods
76047614 description: |
76057615 Configures the instrumentation to recognize an alternative set of HTTP request methods. All other methods will be treated as `_OTHER`.
76067616 type: list
76077617 default: CONNECT,DELETE,GET,HEAD,OPTIONS,PATCH,POST,PUT,TRACE
76087618 - name: otel.instrumentation.http.client.capture-request-headers
7619+ declarative_name: general.http.client.request_captured_headers
76097620 description: List of HTTP request headers to capture in HTTP client telemetry.
76107621 type: list
76117622 default: ''
76127623 - name: otel.instrumentation.http.client.capture-response-headers
7624+ declarative_name: general.http.client.response_captured_headers
76137625 description: List of HTTP response headers to capture in HTTP client telemetry.
76147626 type: list
76157627 default: ''
@@ -7619,11 +7631,13 @@ libraries:
76197631 type: map
76207632 default: ''
76217633 - name: otel.instrumentation.http.client.emit-experimental-telemetry
7634+ declarative_name: java.common.http.client.emit_experimental_telemetry/development
76227635 description: |
76237636 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.
76247637 type: boolean
76257638 default: false
76267639 - name: otel.instrumentation.http.client.experimental.redact-query-parameters
7640+ declarative_name: java.common.http.client.redact_query_parameters/development
76277641 description: Redact sensitive URL parameters. See https://opentelemetry.io/docs/specs/semconv/http/http-spans.
76287642 type: boolean
76297643 default: true
@@ -7803,11 +7817,13 @@ libraries:
78037817 - jakarta.jms:jakarta.jms-api:[3.0.0,)
78047818 configurations:
78057819 - name: otel.instrumentation.messaging.experimental.receive-telemetry.enabled
7820+ declarative_name: java.common.messaging.receive_telemetry/development.enabled
78067821 description: |
78077822 Enables experimental receive telemetry, which will cause consumers to start a new trace, with only a span link connecting it to the producer trace.
78087823 type: boolean
78097824 default: false
78107825 - name: otel.instrumentation.messaging.experimental.capture-headers
7826+ declarative_name: java.common.messaging.capture_headers/development
78117827 description: |
78127828 Enables capturing messaging headers as span attributes. Provide a comma-separated list of header names to capture.
78137829 type: list
0 commit comments