Skip to main content

RPC_CLIENT_RESPONSE_SIZE

Constant RPC_CLIENT_RESPONSE_SIZE 

pub const RPC_CLIENT_RESPONSE_SIZE: &'static str;
👎Deprecated:

{note: Removed, no replacement at this time., reason: obsoleted}

Available on crate features opentelemetry and semconv_experimental only.
Expand description

§Description

Measures the size of RPC response messages (uncompressed).

§Notes

Streaming: Recorded per response in a streaming batch

§Metadata

Instrument:histogram
Unit:By
Status:Development

§Attributes

NameRequirement
crate::attribute::ERROR_TYPEConditionally_required: If and only if the operation failed.
crate::attribute::RPC_METHODConditionally_required: if available.
crate::attribute::RPC_RESPONSE_STATUS_CODEConditionally_required: if available.
crate::attribute::RPC_SYSTEM_NAMERequired
crate::attribute::SERVER_ADDRESSConditionally_required: If available.
crate::attribute::SERVER_PORTConditionally_required: if applicable and if server.address is set.