Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions docs/instrumentation-list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3760,6 +3760,44 @@ libraries:
type: STRING
- name: rpc.system
type: STRING
helidon:
- name: helidon-4.3
description: This instrumentation enables HTTP server spans and HTTP server metrics
for the Helidon HTTP server.
library_link: https://helidon.io/
source_path: instrumentation/helidon-4.3
minimum_java_version: 21
scope:
name: io.opentelemetry.helidon-4.3
target_versions:
javaagent:
- io.helidon.webserver:helidon-webserver:[4.3.0,)
library:
- io.helidon.webserver:helidon-webserver:4.3.0
configurations:
- name: otel.instrumentation.http.known-methods
description: |
Configures the instrumentation to recognize an alternative set of HTTP request methods. All other methods will be treated as `_OTHER`.
type: list
default: CONNECT,DELETE,GET,HEAD,OPTIONS,PATCH,POST,PUT,TRACE
- name: otel.instrumentation.http.server.capture-request-headers
description: List of HTTP request headers to capture in HTTP server telemetry.
type: list
default: ''
- name: otel.instrumentation.http.server.capture-response-headers
description: List of HTTP response headers to capture in HTTP server telemetry.
type: list
default: ''
- name: otel.instrumentation.common.peer-service-mapping
description: Used to specify a mapping from host names or IP addresses to peer
services.
type: map
default: ''
- name: otel.instrumentation.http.server.emit-experimental-telemetry
description: |
Enable the capture of experimental HTTP server telemetry. Adds the `http.request.body.size` and `http.response.body.size` attributes to spans, and records `http.server.request.body.size` and `http.server.response.body.size` metrics.
type: boolean
default: false
hibernate:
- name: hibernate-3.3
description: |
Expand Down Expand Up @@ -5820,6 +5858,14 @@ libraries:
- name: gen_ai.usage.output_tokens
type: LONG
opensearch:
- name: opensearch-java-3.0
source_path: instrumentation/opensearch/opensearch-java-3.0
minimum_java_version: 11
scope:
name: io.opentelemetry.opensearch-java-3.0
target_versions:
javaagent:
- org.opensearch.client:opensearch-java:[3.0,)
- name: opensearch-rest-1.0
source_path: instrumentation/opensearch/opensearch-rest-1.0
minimum_java_version: 11
Expand Down
Loading