Skip to content

Commit 4903fa3

Browse files
authored
Update telemetry to use app insights in AME (prod) environment (#284)
1 parent 4ea27f2 commit 4903fa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shell/agents/Microsoft.Azure.Agent/Telemetry.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ private Telemetry()
203203
IServiceCollection services = new ServiceCollection()
204204
.AddApplicationInsightsTelemetryWorkerService((ApplicationInsightsServiceOptions options) =>
205205
{
206-
// Application insights in the test environment.
207-
options.ConnectionString = "InstrumentationKey=eea660a1-d969-44f8-abe4-96666e7fb159";
206+
// Application insights in the AME environment.
207+
options.ConnectionString = "InstrumentationKey=6378fd21-6e8d-4192-9714-0b776babff23";
208208
options.EnableHeartbeat = false;
209209
options.EnableDiagnosticsTelemetryModule = false;
210210
});

0 commit comments

Comments
 (0)