@@ -10,6 +10,9 @@ libraries:
1010 display_name : ActiveJ
1111 description : This instrumentation enables HTTP server spans and HTTP server metrics
1212 for the ActiveJ HTTP server.
13+ semantic_conventions :
14+ - HTTP_SERVER_SPANS
15+ - HTTP_SERVER_METRICS
1316 library_link : https://activej.io/
1417 source_path : instrumentation/activej-http-6.0
1518 minimum_java_version : 17
@@ -92,6 +95,11 @@ libraries:
9295 display_name : Akka HTTP
9396 description : |
9497 This instrumentation enables HTTP client spans and metrics for the Akka HTTP client, and HTTP server spans and metrics for the Akka HTTP server.
98+ semantic_conventions :
99+ - HTTP_CLIENT_SPANS
100+ - HTTP_CLIENT_METRICS
101+ - HTTP_SERVER_SPANS
102+ - HTTP_SERVER_METRICS
95103 library_link : https://doc.akka.io/docs/akka-http/current/index.html
96104 source_path : instrumentation/akka/akka-http-10.0
97105 scope :
@@ -181,6 +189,8 @@ libraries:
181189 - name : alibaba-druid-1.0
182190 description : |
183191 The Alibaba Druid instrumentation generates database connection pool metrics for druid data sources.
192+ semantic_conventions :
193+ - DATABASE_POOL_METRICS
184194 library_link : https://github.com/alibaba/druid
185195 source_path : instrumentation/alibaba-druid-1.0
186196 scope :
@@ -274,9 +284,12 @@ libraries:
274284 type : STRING
275285 apache :
276286 - name : apache-dbcp-2.0
287+ display_name : Apache DBCP
277288 description : |
278289 This instrumentation enables database connection pools metrics for Apache DBCP.
279290 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.
291+ semantic_conventions :
292+ - DATABASE_POOL_METRICS
280293 library_link : https://commons.apache.org/proper/commons-dbcp/
281294 source_path : instrumentation/apache-dbcp-2.0
282295 scope :
@@ -354,10 +367,14 @@ libraries:
354367 - name : db.client.connection.pool.name
355368 type : STRING
356369 - name : apache-dubbo-2.7
370+ display_name : Apache Dubbo
357371 description : The Apache Dubbo instrumentation provides RPC client spans and RPC
358372 server spans for Apache Dubbo RPC calls. Each call produces a span named after
359373 the Dubbo method, enriched with standard RPC attributes (system, service, method),
360374 network attributes, and error details if an exception occurs.
375+ semantic_conventions :
376+ - RPC_CLIENT_SPANS
377+ - RPC_SERVER_SPANS
361378 library_link : https://github.com/apache/dubbo/
362379 source_path : instrumentation/apache-dubbo-2.7
363380 scope :
@@ -399,8 +416,12 @@ libraries:
399416 - name : rpc.system
400417 type : STRING
401418 - name : apache-httpasyncclient-4.1
419+ display_name : Apache HttpAsyncClient
402420 description : This instrumentation enables HTTP client spans and HTTP client metrics
403421 for the Apache HttpAsyncClient.
422+ semantic_conventions :
423+ - HTTP_CLIENT_SPANS
424+ - HTTP_CLIENT_METRICS
404425 library_link : https://hc.apache.org/index.html
405426 source_path : instrumentation/apache-httpasyncclient-4.1
406427 scope :
@@ -446,8 +467,12 @@ libraries:
446467 - name : url.full
447468 type : STRING
448469 - name : apache-httpclient-2.0
470+ display_name : Apache HttpClient
449471 description : This instrumentation enables HTTP client spans and HTTP client metrics
450472 for versions 2 and 3 of the Apache HttpClient.
473+ semantic_conventions :
474+ - HTTP_CLIENT_SPANS
475+ - HTTP_CLIENT_METRICS
451476 library_link : https://hc.apache.org/index.html
452477 source_path : instrumentation/apache-httpclient/apache-httpclient-2.0
453478 scope :
@@ -491,8 +516,12 @@ libraries:
491516 - name : url.full
492517 type : STRING
493518 - name : apache-httpclient-4.0
519+ display_name : Apache HttpClient
494520 description : This instrumentation enables HTTP client spans and HTTP client metrics
495521 for version 4 of the Apache HttpClient.
522+ semantic_conventions :
523+ - HTTP_CLIENT_SPANS
524+ - HTTP_CLIENT_METRICS
496525 library_link : https://hc.apache.org/index.html
497526 source_path : instrumentation/apache-httpclient/apache-httpclient-4.0
498527 scope :
@@ -539,8 +568,12 @@ libraries:
539568 - name : url.full
540569 type : STRING
541570 - name : apache-httpclient-4.3
571+ display_name : Apache HttpClient
542572 description : This instrumentation provides a library integration that enables
543573 HTTP client spans and HTTP client metrics for the Apache HttpClient.
574+ semantic_conventions :
575+ - HTTP_CLIENT_SPANS
576+ - HTTP_CLIENT_METRICS
544577 library_link : https://hc.apache.org/index.html
545578 source_path : instrumentation/apache-httpclient/apache-httpclient-4.3
546579 scope :
@@ -588,8 +621,12 @@ libraries:
588621 - name : url.full
589622 type : STRING
590623 - name : apache-httpclient-5.0
624+ display_name : Apache HttpClient
591625 description : This instrumentation enables HTTP client spans and HTTP client metrics
592626 for version 5 of the Apache HttpClient.
627+ semantic_conventions :
628+ - HTTP_CLIENT_SPANS
629+ - HTTP_CLIENT_METRICS
593630 library_link : https://hc.apache.org/index.html
594631 source_path : instrumentation/apache-httpclient/apache-httpclient-5.0
595632 scope :
@@ -635,8 +672,12 @@ libraries:
635672 - name : url.full
636673 type : STRING
637674 - name : apache-httpclient-5.2
675+ display_name : Apache HttpClient
638676 description : This instrumentation provides a library integration that enables
639677 HTTP client spans and HTTP client metrics for the Apache HttpClient.
678+ semantic_conventions :
679+ - HTTP_CLIENT_SPANS
680+ - HTTP_CLIENT_METRICS
640681 library_link : https://hc.apache.org/index.html
641682 source_path : instrumentation/apache-httpclient/apache-httpclient-5.2
642683 scope :
0 commit comments