From b7fcc60982c6a6f74fc3c1e7bfeafe9a06206ec9 Mon Sep 17 00:00:00 2001 From: otelbot <197425009+otelbot@users.noreply.github.com> Date: Wed, 17 Sep 2025 09:56:34 +0000 Subject: [PATCH] chore: update instrumentation list [automated] --- docs/instrumentation-list.yaml | 78 ---------------------------------- 1 file changed, 78 deletions(-) diff --git a/docs/instrumentation-list.yaml b/docs/instrumentation-list.yaml index 8c802b2efaac..12f458ef373e 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.