@@ -10510,6 +10510,12 @@ libraries:
1051010510 type : LONG
1051110511 quarkus :
1051210512 - name : quarkus-resteasy-reactive
10513+ display_name : Quarkus RESTEasy Reactive
10514+ description : |
10515+ This instrumentation enriches HTTP server spans with route information for Quarkus RESTEasy Reactive, it does not emit any telemetry on its own.
10516+ library_link : https://quarkus.io/guides/resteasy-reactive/
10517+ features :
10518+ - HTTP_ROUTE
1051310519 source_path : instrumentation/quarkus-resteasy-reactive
1051410520 scope :
1051510521 name : io.opentelemetry.quarkus-resteasy-reactive
@@ -10528,6 +10534,13 @@ libraries:
1052810534 - org.quartz-scheduler:quartz:2.0.0
1052910535 r2dbc :
1053010536 - name : r2dbc-1.0
10537+ display_name : R2DBC
10538+ description : |
10539+ This instrumentation enables database client spans and database client metrics for R2DBC (Reactive Relational Database Connectivity).
10540+ semantic_conventions :
10541+ - DATABASE_CLIENT_SPANS
10542+ - DATABASE_CLIENT_METRICS
10543+ library_link : https://r2dbc.io/
1053110544 source_path : instrumentation/r2dbc-1.0
1053210545 scope :
1053310546 name : io.opentelemetry.r2dbc-1.0
@@ -10536,6 +10549,87 @@ libraries:
1053610549 - io.r2dbc:r2dbc-spi:[1.0.0.RELEASE,)
1053710550 library :
1053810551 - io.r2dbc:r2dbc-spi:1.0.0.RELEASE
10552+ configurations :
10553+ - name : otel.instrumentation.r2dbc.statement-sanitizer.enabled
10554+ description : |
10555+ Enables statement sanitization for database queries. Takes precedence over otel.instrumentation.common.db-statement-sanitizer.enabled.
10556+ type : boolean
10557+ default : true
10558+ - name : otel.instrumentation.common.db-statement-sanitizer.enabled
10559+ description : Enables statement sanitization for database queries.
10560+ type : boolean
10561+ default : true
10562+ - name : otel.instrumentation.r2dbc.experimental.sqlcommenter.enabled
10563+ description : |
10564+ Enables augmenting queries with a comment containing the tracing information. See [sqlcommenter](https://google.github.io/sqlcommenter/) for more info. WARNING: augmenting queries with tracing context will make query texts unique, which may have adverse impact on database performance.
10565+ type : boolean
10566+ default : false
10567+ - name : otel.instrumentation.common.peer-service-mapping
10568+ description : Used to specify a mapping from host names or IP addresses to peer
10569+ services.
10570+ type : map
10571+ default : ' '
10572+ telemetry :
10573+ - when : default
10574+ spans :
10575+ - span_kind : CLIENT
10576+ attributes :
10577+ - name : db.connection_string
10578+ type : STRING
10579+ - name : db.name
10580+ type : STRING
10581+ - name : db.operation
10582+ type : STRING
10583+ - name : db.sql.table
10584+ type : STRING
10585+ - name : db.statement
10586+ type : STRING
10587+ - name : db.system
10588+ type : STRING
10589+ - name : db.user
10590+ type : STRING
10591+ - name : peer.service
10592+ type : STRING
10593+ - name : server.address
10594+ type : STRING
10595+ - name : server.port
10596+ type : LONG
10597+ - when : otel.semconv-stability.opt-in=database
10598+ metrics :
10599+ - name : db.client.operation.duration
10600+ description : Duration of database client operations.
10601+ type : HISTOGRAM
10602+ unit : s
10603+ attributes :
10604+ - name : db.namespace
10605+ type : STRING
10606+ - name : db.operation.name
10607+ type : STRING
10608+ - name : db.system.name
10609+ type : STRING
10610+ - name : server.address
10611+ type : STRING
10612+ - name : server.port
10613+ type : LONG
10614+ spans :
10615+ - span_kind : CLIENT
10616+ attributes :
10617+ - name : db.collection.name
10618+ type : STRING
10619+ - name : db.namespace
10620+ type : STRING
10621+ - name : db.operation.name
10622+ type : STRING
10623+ - name : db.query.text
10624+ type : STRING
10625+ - name : db.system.name
10626+ type : STRING
10627+ - name : peer.service
10628+ type : STRING
10629+ - name : server.address
10630+ type : STRING
10631+ - name : server.port
10632+ type : LONG
1053910633 rabbitmq :
1054010634 - name : rabbitmq-2.7
1054110635 display_name : RabbitMQ
@@ -10781,6 +10875,13 @@ libraries:
1078110875 type : STRING
1078210876 rediscala :
1078310877 - name : rediscala-1.8
10878+ display_name : Rediscala
10879+ description : |
10880+ This instrumentation enables database client spans and database client metrics for Rediscala.
10881+ semantic_conventions :
10882+ - DATABASE_CLIENT_SPANS
10883+ - DATABASE_CLIENT_METRICS
10884+ library_link : https://github.com/rediscala/rediscala
1078410885 source_path : instrumentation/rediscala-1.8
1078510886 scope :
1078610887 name : io.opentelemetry.rediscala-1.8
@@ -10793,6 +10894,33 @@ libraries:
1079310894 - io.github.rediscala:rediscala_2.13:[1.10.0,)
1079410895 - com.github.etaty:rediscala_2.13:[1.9.0,)
1079510896 - com.github.Ma27:rediscala_2.12:[1.8.1,)
10897+ telemetry :
10898+ - when : default
10899+ spans :
10900+ - span_kind : CLIENT
10901+ attributes :
10902+ - name : db.operation
10903+ type : STRING
10904+ - name : db.system
10905+ type : STRING
10906+ - when : otel.semconv-stability.opt-in=database
10907+ metrics :
10908+ - name : db.client.operation.duration
10909+ description : Duration of database client operations.
10910+ type : HISTOGRAM
10911+ unit : s
10912+ attributes :
10913+ - name : db.operation.name
10914+ type : STRING
10915+ - name : db.system.name
10916+ type : STRING
10917+ spans :
10918+ - span_kind : CLIENT
10919+ attributes :
10920+ - name : db.operation.name
10921+ type : STRING
10922+ - name : db.system.name
10923+ type : STRING
1079610924 redisson :
1079710925 - name : redisson-3.0
1079810926 source_path : instrumentation/redisson/redisson-3.0
0 commit comments