Constant opentelemetry_semantic_conventions::trace::DB_REDIS_DATABASE_INDEX [−][src]
pub const DB_REDIS_DATABASE_INDEX: Key;
Expand description
The index of the database being accessed as used in the SELECT
command, provided as an integer. To be used instead of the generic db.name
attribute.
Examples
- 0
- 1
- 15