Skip to content
DocsTry Aspire
DocsTry

OtlpProtocol

Enumnet8.0
📦 Aspire.Hosting v13.4.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.