We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9442d66 commit c3b8c5bCopy full SHA for c3b8c5b
dotnet/src/dotnetcore/Providers/OpenTelemetry/OpenTelemetryAzureMonitor/AzureAppInsights.cs
@@ -13,7 +13,7 @@ namespace GeneXus.OpenTelemetry.Azure
13
public class AzureAppInsights : IOpenTelemetryProvider
14
{
15
private static readonly ILog log = LogManager.GetLogger(typeof(AzureAppInsights));
16
- private const string AZURE_OTEL_EXPORTER_CONNECTIONSTRING = "AZURE_OTEL_EXPORTER_CONNECTIONSTRING";
+ private const string AZURE_OTEL_EXPORTER_CONNECTIONSTRING = "APPLICATIONINSIGHTS_CONNECTION_STRING";
17
private const string ACTIVITY_SOURCE = "OTel.AzureMonitor.GXApp";
18
private const string ACTIVITY_NAME = "GeneXusApplicationActivity";
19
0 commit comments