Constant RPC_CLIENT_REQUEST_SIZE
pub const RPC_CLIENT_REQUEST_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 request messages (uncompressed).
§Notes
Streaming: Recorded per message in a streaming batch
§Metadata
| Instrument: | histogram |
| Unit: | By |
| Status: | Development |
§Attributes
| Name | Requirement |
|---|---|
crate::attribute::ERROR_TYPE | Conditionally_required: If and only if the operation failed. |
crate::attribute::RPC_METHOD | Conditionally_required: if available. |
crate::attribute::RPC_RESPONSE_STATUS_CODE | Conditionally_required: if available. |
crate::attribute::RPC_SYSTEM_NAME | Required |
crate::attribute::SERVER_ADDRESS | Conditionally_required: If available. |
crate::attribute::SERVER_PORT | Conditionally_required: if applicable and if server.address is set. |