2 references to DashboardOtlpPrimaryApiKeyName
Aspire.Hosting (1)
Dashboard\DashboardLifecycleHook.cs (1)
308
context.EnvironmentVariables[DashboardConfigNames.
DashboardOtlpPrimaryApiKeyName
.EnvVarName] = otlpApiKey;
Aspire.Hosting.Tests (1)
Dashboard\DashboardResourceTests.cs (1)
227
Assert.Equal("TestOtlpApiKey!", config.Single(e => e.Key == DashboardConfigNames.
DashboardOtlpPrimaryApiKeyName
.EnvVarName).Value);