pub const DB_CLIENT_OPERATION_DURATION: &str = "db.client.operation.duration";
Expand description

§Description

Duration of database client operations.

§Metadata

Instrument:histogram
Unit:s
Status:Experimental

§Attributes

NameRequirement
crate::attribute::DB_SYSTEMRequired
crate::attribute::DB_COLLECTION_NAMEConditionally required: If readily available. Otherwise, if the instrumentation library parses db.query.text to capture db.collection.name, then it SHOULD be the first collection name found in the query.
crate::attribute::DB_NAMESPACEConditionally required: If available.
crate::attribute::DB_OPERATION_NAMEConditionally required: If readily available. Otherwise, if the instrumentation library parses db.query.text to capture db.operation.name, then it SHOULD be the first operation name found in the query.
crate::attribute::ERROR_TYPEConditionally required: If and only if the operation failed.
crate::attribute::SERVER_PORTConditionally required: If using a port other than the default port for this DBMS and if server.address is set.
crate::attribute::NETWORK_PEER_ADDRESSRecommended: If applicable for this database system.
crate::attribute::NETWORK_PEER_PORTRecommended: If and only if network.peer.address is set.
crate::attribute::SERVER_ADDRESSUnspecified