Skip to content
Docs Try Aspire

OtlpProtocol

Enum net8.0
📦 Aspire.Hosting v13.2.0
Protocols available for OTLP exporters.
namespace Aspire.Hosting;
public enum OtlpProtocol
Grpc = 0
A gRPC-based OTLP exporter.
HttpProtobuf = 1
Http/Protobuf-based OTLP exporter.
HttpJson = 2
Http/JSON-based OTLP exporter.