opentelemetry_semantic_conventions::metric

Constant HTTP_SERVER_REQUEST_DURATION

source
pub const HTTP_SERVER_REQUEST_DURATION: &str = "http.server.request.duration";
Expand description

§Description

Duration of HTTP server requests

§Metadata

Instrument:histogram
Unit:s
Status:Stable

§Attributes

NameRequirement
crate::attribute::ERROR_TYPEConditionally_required: If request has ended with an error.
crate::attribute::HTTP_REQUEST_METHODRequired
crate::attribute::HTTP_RESPONSE_STATUS_CODEConditionally_required: If and only if one was received/sent.
crate::attribute::HTTP_ROUTEConditionally_required: If and only if it’s available
crate::attribute::NETWORK_PROTOCOL_NAMEConditionally_required: If not http and network.protocol.version is set.
crate::attribute::NETWORK_PROTOCOL_VERSIONRecommended
crate::attribute::SERVER_ADDRESSOpt_in
crate::attribute::SERVER_PORTOpt_in
crate::attribute::URL_SCHEMERequired