From 67e6faa2bf0a21f192f387fefdc19ce2c995cd30 Mon Sep 17 00:00:00 2001 From: otelbot <197425009+otelbot@users.noreply.github.com> Date: Thu, 18 Sep 2025 02:09:36 +0000 Subject: [PATCH] chore: update instrumentation list [automated] --- docs/instrumentation-list.yaml | 86 ++++------------------------------ 1 file changed, 8 insertions(+), 78 deletions(-) diff --git a/docs/instrumentation-list.yaml b/docs/instrumentation-list.yaml index 8c802b2efaac..4f7a87fc3389 100644 --- a/docs/instrumentation-list.yaml +++ b/docs/instrumentation-list.yaml @@ -581,45 +581,6 @@ libraries: target_versions: library: - org.apache.httpcomponents:httpclient:[4.3,4.+) - telemetry: - - when: default - metrics: - - name: http.client.request.duration - description: Duration of HTTP client requests. - type: HISTOGRAM - unit: s - attributes: - - name: http.request.method - type: STRING - - name: http.response.status_code - type: LONG - - name: network.protocol.version - type: STRING - - name: server.address - type: STRING - - name: server.port - type: LONG - spans: - - span_kind: CLIENT - attributes: - - name: error.type - type: STRING - - name: http.request.method - type: STRING - - name: http.request.method_original - type: STRING - - name: http.request.resend_count - type: LONG - - name: http.response.status_code - type: LONG - - name: network.protocol.version - type: STRING - - name: server.address - type: STRING - - name: server.port - type: LONG - - name: url.full - type: STRING - name: apache-httpclient-5.0 display_name: Apache HttpClient description: This instrumentation enables HTTP client spans and HTTP client metrics @@ -685,45 +646,6 @@ libraries: target_versions: library: - org.apache.httpcomponents.client5:httpclient5:5.2.1 - telemetry: - - when: default - metrics: - - name: http.client.request.duration - description: Duration of HTTP client requests. - type: HISTOGRAM - unit: s - attributes: - - name: http.request.method - type: STRING - - name: http.response.status_code - type: LONG - - name: network.protocol.version - type: STRING - - name: server.address - type: STRING - - name: server.port - type: LONG - spans: - - span_kind: CLIENT - attributes: - - name: error.type - type: STRING - - name: http.request.method - type: STRING - - name: http.request.method_original - type: STRING - - name: http.request.resend_count - type: LONG - - name: http.response.status_code - type: LONG - - name: network.protocol.version - type: STRING - - name: server.address - type: STRING - - name: server.port - type: LONG - - name: url.full - type: STRING - name: apache-shenyu-2.4 description: | This instrumentation does not emit telemetry on its own. Instead, it augments existing HTTP server spans and HTTP server metrics with the HTTP route and Shenyu specific attributes. @@ -3046,6 +2968,14 @@ libraries: description: Whether to instrument all classes that implement the Executor interface. type: boolean default: false + failsafe: + - name: failsafe-3.0 + source_path: instrumentation/failsafe-3.0 + scope: + name: io.opentelemetry.failsafe-3.0 + target_versions: + library: + - dev.failsafe:failsafe:3.0.1 finagle: - name: finagle-http-23.11 description: |