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