You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Supported by OTLP exporter protocol types according to the specification https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/exporter.md.
/// </summary>
publicenumOtlpExportProtocol:byte
{
/// <summary>
/// OTLP over gRPC (corresponds to 'grpc' Protocol configuration option). Used as default.
/// </summary>
Grpc=0,
/// <summary>
/// OTLP over HTTP with protobuf payloads (corresponds to 'http/protobuf' Protocol configuration option).