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

Breadcrumb

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

Protocols::PROTOCOLS

File

vendor/open-telemetry/exporter-otlp/Protocols.php, line 16

Class

Protocols

Namespace

OpenTelemetry\Contrib\Otlp

Code

private const PROTOCOLS = [
    self::GRPC => ContentTypes::PROTOBUF,
    self::HTTP_PROTOBUF => ContentTypes::PROTOBUF,
    self::HTTP_JSON => ContentTypes::JSON,
    self::HTTP_NDJSON => ContentTypes::NDJSON,
];

API Navigation

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