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