From 08a17b2a87afbe89d0e28b60c43cae616bebacd3 Mon Sep 17 00:00:00 2001 From: Sam Spencer Date: Thu, 18 Jan 2024 13:31:02 -0800 Subject: [PATCH] Changing the comment to the rollup package for Azure Monitor. --- samples/eShopLite/ServiceDefaults/Extensions.cs | 2 +- samples/orleans/OrleansServiceDefaults/Extensions.cs | 2 +- .../AspireApplication.1.ServiceDefaults/Extensions.cs | 2 +- .../templates/aspire-servicedefaults/Extensions.cs | 2 +- .../AspireStarterApplication.1.ServiceDefaults/Extensions.cs | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/samples/eShopLite/ServiceDefaults/Extensions.cs b/samples/eShopLite/ServiceDefaults/Extensions.cs index c59308d50d..4921efee9a 100644 --- a/samples/eShopLite/ServiceDefaults/Extensions.cs +++ b/samples/eShopLite/ServiceDefaults/Extensions.cs @@ -78,7 +78,7 @@ private static IHostApplicationBuilder AddOpenTelemetryExporters(this IHostAppli // builder.Services.AddOpenTelemetry() // .WithMetrics(metrics => metrics.AddPrometheusExporter()); - // Uncomment the following lines to enable the Azure Monitor exporter (requires the Azure.Monitor.OpenTelemetry.Exporter package) + // Uncomment the following lines to enable the Azure Monitor exporter (requires the Azure.Monitor.OpenTelemetry.AspNetCore package) // builder.Services.AddOpenTelemetry() // .UseAzureMonitor(); diff --git a/samples/orleans/OrleansServiceDefaults/Extensions.cs b/samples/orleans/OrleansServiceDefaults/Extensions.cs index a3ba9ee694..c058a2da99 100644 --- a/samples/orleans/OrleansServiceDefaults/Extensions.cs +++ b/samples/orleans/OrleansServiceDefaults/Extensions.cs @@ -81,7 +81,7 @@ private static IHostApplicationBuilder AddOpenTelemetryExporters(this IHostAppli // builder.Services.AddOpenTelemetry() // .WithMetrics(metrics => metrics.AddPrometheusExporter()); - // Uncomment the following lines to enable the Azure Monitor exporter (requires the Azure.Monitor.OpenTelemetry.Exporter package) + // Uncomment the following lines to enable the Azure Monitor exporter (requires the Azure.Monitor.OpenTelemetry.AspNetCore package) // builder.Services.AddOpenTelemetry() // .UseAzureMonitor(); diff --git a/src/Aspire.ProjectTemplates/templates/aspire-empty/AspireApplication.1.ServiceDefaults/Extensions.cs b/src/Aspire.ProjectTemplates/templates/aspire-empty/AspireApplication.1.ServiceDefaults/Extensions.cs index c59308d50d..4921efee9a 100644 --- a/src/Aspire.ProjectTemplates/templates/aspire-empty/AspireApplication.1.ServiceDefaults/Extensions.cs +++ b/src/Aspire.ProjectTemplates/templates/aspire-empty/AspireApplication.1.ServiceDefaults/Extensions.cs @@ -78,7 +78,7 @@ private static IHostApplicationBuilder AddOpenTelemetryExporters(this IHostAppli // builder.Services.AddOpenTelemetry() // .WithMetrics(metrics => metrics.AddPrometheusExporter()); - // Uncomment the following lines to enable the Azure Monitor exporter (requires the Azure.Monitor.OpenTelemetry.Exporter package) + // Uncomment the following lines to enable the Azure Monitor exporter (requires the Azure.Monitor.OpenTelemetry.AspNetCore package) // builder.Services.AddOpenTelemetry() // .UseAzureMonitor(); diff --git a/src/Aspire.ProjectTemplates/templates/aspire-servicedefaults/Extensions.cs b/src/Aspire.ProjectTemplates/templates/aspire-servicedefaults/Extensions.cs index c59308d50d..4921efee9a 100644 --- a/src/Aspire.ProjectTemplates/templates/aspire-servicedefaults/Extensions.cs +++ b/src/Aspire.ProjectTemplates/templates/aspire-servicedefaults/Extensions.cs @@ -78,7 +78,7 @@ private static IHostApplicationBuilder AddOpenTelemetryExporters(this IHostAppli // builder.Services.AddOpenTelemetry() // .WithMetrics(metrics => metrics.AddPrometheusExporter()); - // Uncomment the following lines to enable the Azure Monitor exporter (requires the Azure.Monitor.OpenTelemetry.Exporter package) + // Uncomment the following lines to enable the Azure Monitor exporter (requires the Azure.Monitor.OpenTelemetry.AspNetCore package) // builder.Services.AddOpenTelemetry() // .UseAzureMonitor(); diff --git a/src/Aspire.ProjectTemplates/templates/aspire-starter/AspireStarterApplication.1.ServiceDefaults/Extensions.cs b/src/Aspire.ProjectTemplates/templates/aspire-starter/AspireStarterApplication.1.ServiceDefaults/Extensions.cs index c59308d50d..4921efee9a 100644 --- a/src/Aspire.ProjectTemplates/templates/aspire-starter/AspireStarterApplication.1.ServiceDefaults/Extensions.cs +++ b/src/Aspire.ProjectTemplates/templates/aspire-starter/AspireStarterApplication.1.ServiceDefaults/Extensions.cs @@ -78,7 +78,7 @@ private static IHostApplicationBuilder AddOpenTelemetryExporters(this IHostAppli // builder.Services.AddOpenTelemetry() // .WithMetrics(metrics => metrics.AddPrometheusExporter()); - // Uncomment the following lines to enable the Azure Monitor exporter (requires the Azure.Monitor.OpenTelemetry.Exporter package) + // Uncomment the following lines to enable the Azure Monitor exporter (requires the Azure.Monitor.OpenTelemetry.AspNetCore package) // builder.Services.AddOpenTelemetry() // .UseAzureMonitor();