@@ -8,6 +8,9 @@ libraries:
88 display_name : ActiveJ
99 description : This instrumentation enables HTTP server spans and HTTP server metrics
1010 for the ActiveJ HTTP server.
11+ semantic_conventions :
12+ - HTTP_SERVER_SPANS
13+ - HTTP_SERVER_METRICS
1114 library_link : https://activej.io/
1215 source_path : instrumentation/activej-http-6.0
1316 minimum_java_version : 17
@@ -90,6 +93,11 @@ libraries:
9093 display_name : Akka HTTP
9194 description : |
9295 This instrumentation enables HTTP client spans and metrics for the Akka HTTP client, and HTTP server spans and metrics for the Akka HTTP server.
96+ semantic_conventions :
97+ - HTTP_CLIENT_SPANS
98+ - HTTP_CLIENT_METRICS
99+ - HTTP_SERVER_SPANS
100+ - HTTP_SERVER_METRICS
93101 library_link : https://doc.akka.io/docs/akka-http/current/index.html
94102 source_path : instrumentation/akka/akka-http-10.0
95103 scope :
@@ -179,6 +187,8 @@ libraries:
179187 - name : alibaba-druid-1.0
180188 description : |
181189 The Alibaba Druid instrumentation generates database connection pool metrics for druid data sources.
190+ semantic_conventions :
191+ - DATABASE_POOL_METRICS
182192 library_link : https://github.com/alibaba/druid
183193 source_path : instrumentation/alibaba-druid-1.0
184194 scope :
@@ -272,9 +282,12 @@ libraries:
272282 type : STRING
273283 apache :
274284 - name : apache-dbcp-2.0
285+ display_name : Apache DBCP
275286 description : |
276287 This instrumentation enables database connection pools metrics for Apache DBCP.
277288 The instrumentation uses `MBeanRegistration` methods for lifecycle detection, therefore it only activates if the `BasicDataSource` is registered to an `MBeanServer`. If using Spring Boot, this happens automatically as all Spring beans that support JMX registration are automatically registered by default.
289+ semantic_conventions :
290+ - DATABASE_POOL_METRICS
278291 library_link : https://commons.apache.org/proper/commons-dbcp/
279292 source_path : instrumentation/apache-dbcp-2.0
280293 scope :
@@ -352,10 +365,14 @@ libraries:
352365 - name : db.client.connection.pool.name
353366 type : STRING
354367 - name : apache-dubbo-2.7
368+ display_name : Apache Dubbo
355369 description : The Apache Dubbo instrumentation provides RPC client spans and RPC
356370 server spans for Apache Dubbo RPC calls. Each call produces a span named after
357371 the Dubbo method, enriched with standard RPC attributes (system, service, method),
358372 network attributes, and error details if an exception occurs.
373+ semantic_conventions :
374+ - RPC_CLIENT_SPANS
375+ - RPC_SERVER_SPANS
359376 library_link : https://github.com/apache/dubbo/
360377 source_path : instrumentation/apache-dubbo-2.7
361378 scope :
@@ -397,8 +414,12 @@ libraries:
397414 - name : rpc.system
398415 type : STRING
399416 - name : apache-httpasyncclient-4.1
417+ display_name : Apache HttpAsyncClient
400418 description : This instrumentation enables HTTP client spans and HTTP client metrics
401419 for the Apache HttpAsyncClient.
420+ semantic_conventions :
421+ - HTTP_CLIENT_SPANS
422+ - HTTP_CLIENT_METRICS
402423 library_link : https://hc.apache.org/index.html
403424 source_path : instrumentation/apache-httpasyncclient-4.1
404425 scope :
@@ -444,8 +465,12 @@ libraries:
444465 - name : url.full
445466 type : STRING
446467 - name : apache-httpclient-2.0
468+ display_name : Apache HttpClient
447469 description : This instrumentation enables HTTP client spans and HTTP client metrics
448470 for versions 2 and 3 of the Apache HttpClient.
471+ semantic_conventions :
472+ - HTTP_CLIENT_SPANS
473+ - HTTP_CLIENT_METRICS
449474 library_link : https://hc.apache.org/index.html
450475 source_path : instrumentation/apache-httpclient/apache-httpclient-2.0
451476 scope :
@@ -489,8 +514,12 @@ libraries:
489514 - name : url.full
490515 type : STRING
491516 - name : apache-httpclient-4.0
517+ display_name : Apache HttpClient
492518 description : This instrumentation enables HTTP client spans and HTTP client metrics
493519 for version 4 of the Apache HttpClient.
520+ semantic_conventions :
521+ - HTTP_CLIENT_SPANS
522+ - HTTP_CLIENT_METRICS
494523 library_link : https://hc.apache.org/index.html
495524 source_path : instrumentation/apache-httpclient/apache-httpclient-4.0
496525 scope :
@@ -537,8 +566,12 @@ libraries:
537566 - name : url.full
538567 type : STRING
539568 - name : apache-httpclient-4.3
569+ display_name : Apache HttpClient
540570 description : This instrumentation provides a library integration that enables
541571 HTTP client spans and HTTP client metrics for the Apache HttpClient.
572+ semantic_conventions :
573+ - HTTP_CLIENT_SPANS
574+ - HTTP_CLIENT_METRICS
542575 library_link : https://hc.apache.org/index.html
543576 source_path : instrumentation/apache-httpclient/apache-httpclient-4.3
544577 scope :
@@ -586,8 +619,12 @@ libraries:
586619 - name : url.full
587620 type : STRING
588621 - name : apache-httpclient-5.0
622+ display_name : Apache HttpClient
589623 description : This instrumentation enables HTTP client spans and HTTP client metrics
590624 for version 5 of the Apache HttpClient.
625+ semantic_conventions :
626+ - HTTP_CLIENT_SPANS
627+ - HTTP_CLIENT_METRICS
591628 library_link : https://hc.apache.org/index.html
592629 source_path : instrumentation/apache-httpclient/apache-httpclient-5.0
593630 scope :
@@ -633,8 +670,12 @@ libraries:
633670 - name : url.full
634671 type : STRING
635672 - name : apache-httpclient-5.2
673+ display_name : Apache HttpClient
636674 description : This instrumentation provides a library integration that enables
637675 HTTP client spans and HTTP client metrics for the Apache HttpClient.
676+ semantic_conventions :
677+ - HTTP_CLIENT_SPANS
678+ - HTTP_CLIENT_METRICS
638679 library_link : https://hc.apache.org/index.html
639680 source_path : instrumentation/apache-httpclient/apache-httpclient-5.2
640681 scope :
0 commit comments