You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: agent/agent-tooling/src/main/java/com/microsoft/applicationinsights/agent/internal/statsbeat/AzureMetadataService.java
Copy file name to clipboardExpand all lines: agent/agent-tooling/src/main/java/com/microsoft/applicationinsights/agent/internal/statsbeat/StatsbeatModule.java
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -41,12 +41,12 @@ public class StatsbeatModule {
Copy file name to clipboardExpand all lines: agent/agent-tooling/src/main/java/com/microsoft/applicationinsights/agent/internal/telemetry/TelemetryChannel.java
Copy file name to clipboardExpand all lines: agent/agent-tooling/src/main/java/com/microsoft/applicationinsights/agent/internal/telemetry/TelemetryClient.java
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -221,7 +221,8 @@ public BatchSpanProcessor getChannelBatcher() {
221
221
endpointProvider.getIngestionEndpointUrl(),
222
222
localFileWriter,
223
223
ikeyEndpointMap,
224
-
statsbeatModule.getNetworkStatsbeat(),
224
+
statsbeatModule,
225
+
false,
225
226
aadAuthentication);
226
227
227
228
if (!readOnlyFileSystem) {
@@ -254,7 +255,8 @@ public BatchSpanProcessor getStatsbeatChannelBatcher() {
Copy file name to clipboardExpand all lines: agent/agent-tooling/src/test/java/com/microsoft/applicationinsights/agent/internal/localstorage/IntegrationTests.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,8 @@ public void setup() throws Exception {
Copy file name to clipboardExpand all lines: agent/agent-tooling/src/test/java/com/microsoft/applicationinsights/agent/internal/localstorage/LocalFileLoaderTests.java
Copy file name to clipboardExpand all lines: agent/agent-tooling/src/test/java/com/microsoft/applicationinsights/agent/internal/telemetry/TelemetryChannelTest.java
0 commit comments