opentelemetry_semantic_conventions::attribute

Constant DB_OPERATION_BATCH_SIZE

source
pub const DB_OPERATION_BATCH_SIZE: &str = "db.operation.batch.size";
Expand description

The number of queries included in a batch operation.

§Notes

Operations are only considered batches when they contain two or more operations, and so db.operation.batch.size SHOULD never be 1.

§Examples

  • 2
  • 3
  • 4