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: test/external-modules/apm-integration/src/javaRestTest/java/org/elasticsearch/test/apmintegration/OtelMetricsIT.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ public class OtelMetricsIT extends AbstractMetricsIT {
Copy file name to clipboardExpand all lines: test/external-modules/apm-integration/src/javaRestTest/java/org/elasticsearch/test/apmintegration/RecordingApmServer.java
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,6 @@
24
24
importjava.net.InetAddress;
25
25
importjava.net.InetSocketAddress;
26
26
importjava.nio.charset.StandardCharsets;
27
-
importjava.util.ArrayList;
28
27
importjava.util.List;
29
28
importjava.util.concurrent.ArrayBlockingQueue;
30
29
importjava.util.concurrent.TimeUnit;
@@ -141,10 +140,4 @@ public void addMessageConsumer(Consumer<ReceivedTelemetry> messageConsumer) {
141
140
this.consumer = messageConsumer;
142
141
}
143
142
144
-
/**
145
-
* Returns a copy of all received telemetry so far. Useful for list-based assertions.
0 commit comments