opentelemetry_semantic_conventions::attribute

Constant RPC_CONNECT_RPC_RESPONSE_METADATA

source
pub const RPC_CONNECT_RPC_RESPONSE_METADATA: &str = "rpc.connect_rpc.response.metadata";
Expand description

Connect response metadata, <key> being the normalized Connect Metadata key (lowercase), the value being the metadata values.

§Notes

Instrumentations SHOULD require an explicit configuration of which metadata values are to be captured. Including all response metadata values can be a security risk - explicit configuration helps avoid leaking sensitive information.

§Examples

  • "rpc.response.metadata.my-custom-metadata-attribute=[\"attribute_value\"]"