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