oracle.db.service
Release candidatestringas of v1.44.0
The service name currently associated with the database connection.
The effective service name for a connection can change during its lifetime,
for example after executing SQL, ALTER SESSION. If an instrumentation cannot reliably
obtain the current service name for each operation without issuing an additional
query (such as SELECT SYS_CONTEXT), it is RECOMMENDED to fall back to the
service name originally provided at connection establishment.
Examples
- order-processing-service
- db_low.adb.oraclecloud.com
- db_high.adb.oraclecloud.com
Used by
spans (1)
- span.db.oracledb.client
* required on that signal.
History
- v1.43.0stability
Promoted to release_candidate.
Added as development.