We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
new
Uri
1 parent ecb9994 commit c7b0c6eCopy full SHA for c7b0c6e
docs/configuration.md
@@ -124,7 +124,7 @@ using var tracerProvider = Sdk.CreateTracerProviderBuilder()
124
config.ExporterSettings = new OtlpExporter
125
{
126
Protocol = OpenTelemetry.Exporter.OtlpExportProtocol.HttpProtobuf,
127
- Endpoint = Uri("https://otlp-gateway-prod-eu-west-0.grafana.net/otlp"),
+ Endpoint = new Uri("https://otlp-gateway-prod-eu-west-0.grafana.net/otlp"),
128
Headers = "Authorization=Basic a-secret-token"
129
};
130
})
0 commit comments