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

Breadcrumb

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

OtlpUtil::METHODS

gRPC per-signal methods

See also

protobuf *ServiceClient

File

vendor/open-telemetry/exporter-otlp/OtlpUtil.php, line 21

Class

OtlpUtil

Namespace

OpenTelemetry\Contrib\Otlp

Code

private const METHODS = [
    Signals::TRACE => '/opentelemetry.proto.collector.trace.v1.TraceService/Export',
    Signals::METRICS => '/opentelemetry.proto.collector.metrics.v1.MetricsService/Export',
    Signals::LOGS => '/opentelemetry.proto.collector.logs.v1.LogsService/Export',
];

API Navigation

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