Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. TraceAttributes.php

TraceAttributes::TLS_CIPHER

String indicating the cipher used during the current connection.

The values allowed for `tls.cipher` MUST be one of the `Descriptions` of the registered TLS Cipher Suits.

@example TLS_RSA_WITH_3DES_EDE_CBC_SHA @example TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256

File

vendor/open-telemetry/sem-conv/TraceAttributes.php, line 3877

Class

TraceAttributes

Namespace

OpenTelemetry\SemConv

Code

public const TLS_CIPHER = 'tls.cipher';

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal