Enum OtlpExportProtocol
- Namespace
- OpenTelemetry.Exporter
- Assembly
- OpenTelemetry.Exporter.OpenTelemetryProtocol.dll
Supported by OTLP exporter protocol types according to the specification https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/exporter.md.
public enum OtlpExportProtocol : byte
Fields
Grpc = 0OTLP over gRPC (corresponds to 'grpc' Protocol configuration option). Used as default.
HttpProtobuf = 1OTLP over HTTP with protobuf payloads (corresponds to 'http/protobuf' Protocol configuration option).