@@ -1170,9 +1170,88 @@ libraries:
11701170 - name : server.port
11711171 type : LONG
11721172 async :
1173+ - name : async-http-client-1.8
1174+ display_name : AsyncHttpClient
1175+ description : |
1176+ This instrumentation enables HTTP client spans and HTTP client metrics for the AsyncHttpClient HTTP client.
1177+ semantic_conventions :
1178+ - HTTP_CLIENT_SPANS
1179+ - HTTP_CLIENT_METRICS
1180+ library_link : https://github.com/AsyncHttpClient/async-http-client
1181+ source_path : instrumentation/async-http-client/async-http-client-1.8
1182+ scope :
1183+ name : io.opentelemetry.async-http-client-1.8
1184+ schema_url : https://opentelemetry.io/schemas/1.37.0
1185+ target_versions :
1186+ javaagent :
1187+ - com.ning:async-http-client:[1.8.0,1.9.0)
1188+ configurations :
1189+ - name : otel.instrumentation.http.known-methods
1190+ description : |
1191+ Configures the instrumentation to recognize an alternative set of HTTP request methods. All other methods will be treated as `_OTHER`.
1192+ type : list
1193+ default : CONNECT,DELETE,GET,HEAD,OPTIONS,PATCH,POST,PUT,TRACE
1194+ - name : otel.instrumentation.http.client.capture-request-headers
1195+ description : List of HTTP request headers to capture in HTTP client telemetry.
1196+ type : list
1197+ default : ' '
1198+ - name : otel.instrumentation.http.client.capture-response-headers
1199+ description : List of HTTP response headers to capture in HTTP client telemetry.
1200+ type : list
1201+ default : ' '
1202+ - name : otel.instrumentation.common.peer-service-mapping
1203+ description : Used to specify a mapping from host names or IP addresses to peer
1204+ services.
1205+ type : map
1206+ default : ' '
1207+ - name : otel.instrumentation.http.client.emit-experimental-telemetry
1208+ description : |
1209+ 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.
1210+ type : boolean
1211+ default : false
1212+ - name : otel.instrumentation.http.client.experimental.redact-query-parameters
1213+ description : Redact sensitive URL parameters. See https://opentelemetry.io/docs/specs/semconv/http/http-spans.
1214+ type : boolean
1215+ default : true
1216+ telemetry :
1217+ - when : default
1218+ metrics :
1219+ - name : http.client.request.duration
1220+ description : Duration of HTTP client requests.
1221+ type : HISTOGRAM
1222+ unit : s
1223+ attributes :
1224+ - name : http.request.method
1225+ type : STRING
1226+ - name : http.response.status_code
1227+ type : LONG
1228+ - name : server.address
1229+ type : STRING
1230+ - name : server.port
1231+ type : LONG
1232+ spans :
1233+ - span_kind : CLIENT
1234+ attributes :
1235+ - name : error.type
1236+ type : STRING
1237+ - name : http.request.method
1238+ type : STRING
1239+ - name : http.request.method_original
1240+ type : STRING
1241+ - name : http.response.status_code
1242+ type : LONG
1243+ - name : peer.service
1244+ type : STRING
1245+ - name : server.address
1246+ type : STRING
1247+ - name : server.port
1248+ type : LONG
1249+ - name : url.full
1250+ type : STRING
11731251 - name : async-http-client-1.9
1174- description : This instrumentation enables HTTP client spans and HTTP client metrics
1175- for version 1 of the AsyncHttpClient (AHC) HTTP client.
1252+ display_name : AsyncHttpClient
1253+ description : |
1254+ This instrumentation enables HTTP client spans and HTTP client metrics for the AsyncHttpClient HTTP client.
11761255 semantic_conventions :
11771256 - HTTP_CLIENT_SPANS
11781257 - HTTP_CLIENT_METRICS
@@ -1248,8 +1327,9 @@ libraries:
12481327 - name : url.full
12491328 type : STRING
12501329 - name : async-http-client-2.0
1251- description : This instrumentation enables HTTP client spans and HTTP client metrics
1252- for version 2 of the AsyncHttpClient (AHC) HTTP client.
1330+ display_name : AsyncHttpClient
1331+ description : |
1332+ This instrumentation enables HTTP client spans and HTTP client metrics for the AsyncHttpClient HTTP client.
12531333 semantic_conventions :
12541334 - HTTP_CLIENT_SPANS
12551335 - HTTP_CLIENT_METRICS
0 commit comments