2 writes to OtlpHttpEndpointUrl
Aspire.Hosting (1)
Dashboard\DashboardOptions.cs (1)
43options.OtlpHttpEndpointUrl = NormalizeUrl(configuration.GetString(KnownConfigNames.DashboardOtlpHttpEndpointUrl, KnownConfigNames.Legacy.DashboardOtlpHttpEndpointUrl));
Aspire.Hosting.Tests (1)
Dashboard\DashboardEventHandlersTests.cs (1)
517OtlpHttpEndpointUrl = "http://otel-http.example.com:5678",
4 references to OtlpHttpEndpointUrl
Aspire.Hosting (2)
Dashboard\DashboardEventHandlers.cs (2)
366var otlpHttpEndpointUrl = options.OtlpHttpEndpointUrl; 543options.OtlpHttpEndpointUrl).ConfigureAwait(false);
Aspire.Hosting.Tests (2)
Dashboard\DashboardOptionsTests.cs (1)
50Assert.Equal("https://localhost:4318", dashboardOptions.OtlpHttpEndpointUrl);
Dashboard\DashboardResourceTests.cs (1)
215Assert.Null(dashboardOptions.OtlpHttpEndpointUrl);