2 references to ExporterOtlpEndpoint
Aspire.Hosting.Azure.AppService (2)
AzureAppServiceWebsiteContext.cs (2)
830site.SiteConfig.AppSettings.Add(new AppServiceNameValuePair { Name = KnownOtelConfigNames.ExporterOtlpEndpoint, Value = "http://localhost:6001" }); 850slot.SiteConfig.AppSettings.Add(new AppServiceNameValuePair { Name = KnownOtelConfigNames.ExporterOtlpEndpoint, Value = "http://localhost:6001" });