wu-sheng commented on a change in pull request #4228: Support Browser protocol 
at OAP
URL: https://github.com/apache/skywalking/pull/4228#discussion_r379514119
 
 

 ##########
 File path: 
test/e2e/e2e-base/src/main/java/org/apache/skywalking/e2e/metrics/MetricsMatcher.java
 ##########
 @@ -64,15 +72,23 @@ public static void verifyMetrics(SimpleQueryClient 
queryClient, String metricNam
     }
 
     public static void verifyPercentileMetrics(SimpleQueryClient queryClient, 
String metricName, String id,
-        final LocalDateTime minutesAgo, long retryInterval, Runnable 
generateTraffic) throws Exception {
+                                               final LocalDateTime minutesAgo, 
long retryInterval, Runnable generateTraffic) throws Exception {
+        verifyPercentileMetrics(queryClient, metricName, id, minutesAgo, 
LocalDateTime.now(ZoneOffset.UTC).plusMinutes(1), retryInterval, 
generateTraffic);
 
 Review comment:
   My point is, if you want to change, why don't change the existing method? 
Instead, you add a new method.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to