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

Breadcrumb

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

KnownValues::VALUES_OTLP_PROTOCOL

File

vendor/open-telemetry/sdk/Common/Configuration/KnownValues.php, line 76

Class

KnownValues
"Known values" for OpenTelemetry configurataion variables. Notice: Values specific to the PHP SDK have been added

Namespace

OpenTelemetry\SDK\Common\Configuration

Code

public const VALUES_OTLP_PROTOCOL = [
    self::VALUE_GRPC,
    self::VALUE_HTTP_PROTOBUF,
    self::VALUE_HTTP_JSON,
];

API Navigation

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