We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 519bb0c commit 15e435bCopy full SHA for 15e435b
1 file changed
dotnet/samples/02-agents/AgentOpenTelemetry/Program.cs
@@ -23,7 +23,7 @@
23
const string ServiceName = "AgentOpenTelemetry";
24
25
// Configure OpenTelemetry for Aspire dashboard
26
-var otlpEndpoint = Environment.GetEnvironmentVariable("OTEL_EXPORTER_OTLP_ENDPOINT") ?? "http://localhost:4318";
+var otlpEndpoint = Environment.GetEnvironmentVariable("OTEL_EXPORTER_OTLP_ENDPOINT") ?? "http://localhost:4317";
27
28
var applicationInsightsConnectionString = Environment.GetEnvironmentVariable("APPLICATIONINSIGHTS_CONNECTION_STRING");
29
0 commit comments