-
Notifications
You must be signed in to change notification settings - Fork 3k
Migration Guide 3.30
|
Note
|
We highly recommend the use of Items marked below with ⚙️ ✅ are automatically handled by |
OpenTelemetry in Quarkus now uses:
-
opentelemetry-instrumentation.version → 2.15.0-alpha
-
OTel SDk → 1.49.0
-
smallrye-reactive-messaging.version → 4.30.0
Includes full support for Microprofile Telemetry 2.1.
Some OTel Semantic conventions have changed:
| Old | New |
|---|---|
code.function |
code.function.name |
code.namespace |
code.function.name |
code.lineno |
code.line.number |
db.redis.database_index |
db.namespace |
messaging.consumer.id |
messaging.client.id |
messaging.kafka.consumer.group |
messaging.consumer.group.name |
messaging.kafka.partition |
messaging.destination.partition.id |
messaging.kafka.message.offset |
messaging.kafka.offset |
Some conventions have been deprecated and will soon be replaced.
| Old - Deprecated | New |
|---|---|
db.operation |
db.operation.name |
db.statement |
db.query.text |
db.user |
<no replacement> |
db.connection_string |
network.peer.address and server.port |
db.system |
db.system.name |
In preparation to the disappearance of the db.connection_string we’ve started to publish the following properties in the Redis instrumentation:
network.peer.address
network.peer.port
server.address
server.port