Skip to content

Commit 47eab03

Browse files
committed
chore: update instrumentation list [automated]
1 parent 03a1122 commit 47eab03

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/instrumentation-list.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1170,9 +1170,19 @@ libraries:
11701170
- name: server.port
11711171
type: LONG
11721172
async:
1173+
- name: async-http-client-1.8
1174+
description: This instrumentation enables HTTP client spans and HTTP client metrics
1175+
for version 1.8 of the AsyncHttpClient (AHC) HTTP client.
1176+
library_link: https://github.com/AsyncHttpClient/async-http-client
1177+
source_path: instrumentation/async-http-client/async-http-client-1.8
1178+
scope:
1179+
name: io.opentelemetry.async-http-client-1.8
1180+
target_versions:
1181+
javaagent:
1182+
- com.ning:async-http-client:[1.8.0,1.9.0)
11731183
- name: async-http-client-1.9
11741184
description: This instrumentation enables HTTP client spans and HTTP client metrics
1175-
for version 1 of the AsyncHttpClient (AHC) HTTP client.
1185+
for version 1.9 of the AsyncHttpClient (AHC) HTTP client.
11761186
semantic_conventions:
11771187
- HTTP_CLIENT_SPANS
11781188
- HTTP_CLIENT_METRICS

0 commit comments

Comments
 (0)