opentelemetry_semantic_conventions::attribute

Constant TLS_CLIENT_SUPPORTED_CIPHERS

source
pub const TLS_CLIENT_SUPPORTED_CIPHERS: &str = "tls.client.supported_ciphers";
Expand description

Array of ciphers offered by the client during the client hello.

ยงExamples

  • "TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384"
  • "TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384"
  • "..."