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/configuration/Configuration.java
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -244,7 +244,10 @@ public static class PreviewConfiguration {
Copy file name to clipboardExpand all lines: agent/agent-tooling/src/main/java/com/microsoft/applicationinsights/agent/internal/init/AiComponentInstaller.java
Copy file name to clipboardExpand all lines: agent/agent-tooling/src/main/java/com/microsoft/applicationinsights/agent/internal/telemetry/BatchSpanProcessor.java
+17-7Lines changed: 17 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,8 @@ public static BatchSpanProcessorBuilder builder(TelemetryChannel spanExporter) {
Copy file name to clipboardExpand all lines: agent/agent-tooling/src/main/java/com/microsoft/applicationinsights/agent/internal/telemetry/BatchSpanProcessorBuilder.java
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -129,8 +129,13 @@ public BatchSpanProcessorBuilder setMaxExportBatchSize(int maxExportBatchSize) {
129
129
* @return a new {@link io.opentelemetry.sdk.trace.export.BatchSpanProcessor}.
130
130
* @throws NullPointerException if the {@code spanExporter} is {@code null}.
Copy file name to clipboardExpand all lines: agent/agent-tooling/src/main/java/com/microsoft/applicationinsights/agent/internal/telemetry/TelemetryClient.java
+74-42Lines changed: 74 additions & 42 deletions
Original file line number
Diff line number
Diff line change
@@ -95,12 +95,14 @@ public class TelemetryClient {
0 commit comments