oracle.db.instance.name
Release candidatestringas of v1.44.0
The instance name associated with the connection in an Oracle Real Application Clusters environment.
There can be multiple instances associated with a single database service. It indicates the
unique instance name to which the connection is currently bound. For non-RAC databases, this value
defaults to the oracle.db.name.
Examples
- ORCL1
- ORCL2
- ORCL3
Used by
spans (1)
- span.db.oracledb.client
* required on that signal.
History
- v1.43.0stability
Promoted to release_candidate.
Added as development.