6 writes to OtlpGrpcEndpointUrl
Aspire.Hosting (1)
Dashboard\DashboardOptions.cs (1)
42
options.
OtlpGrpcEndpointUrl
= NormalizeUrl(configuration.GetString(KnownConfigNames.DashboardOtlpGrpcEndpointUrl, KnownConfigNames.Legacy.DashboardOtlpGrpcEndpointUrl));
Aspire.Hosting.Tests (5)
Dashboard\DashboardEventHandlersTests.cs (5)
239
OtlpGrpcEndpointUrl
= "http://localhost:4317"
291
OtlpGrpcEndpointUrl
= "http://localhost:4317",
343
OtlpGrpcEndpointUrl
= "http://localhost:4317",
384
OtlpGrpcEndpointUrl
= "http://localhost:4317",
516
OtlpGrpcEndpointUrl
= "http://otel-grpc.example.com:1234",
5 references to OtlpGrpcEndpointUrl
Aspire.Hosting (2)
Dashboard\DashboardEventHandlers.cs (2)
365
var otlpGrpcEndpointUrl = options.
OtlpGrpcEndpointUrl
;
539
options.
OtlpGrpcEndpointUrl
).ConfigureAwait(false);
Aspire.Hosting.Tests (3)
Dashboard\DashboardOptionsTests.cs (2)
32
Assert.Null(dashboardOptions.
OtlpGrpcEndpointUrl
);
49
Assert.Null(dashboardOptions.
OtlpGrpcEndpointUrl
);
Dashboard\DashboardResourceTests.cs (1)
214
Assert.Null(dashboardOptions.
OtlpGrpcEndpointUrl
);