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: client/lookout-reg-dropwizard/src/main/java/com/alipay/lookout/dropwizard/metrics/DropWizardMetricsRegistry.java
Copy file name to clipboardexpand all lines: client/lookout-sofa-boot-starter/src/main/java/com/alipay/lookout/starter/autoConfiguration/LookoutAutoConfiguration.java
Copy file name to clipboardexpand all lines: client/lookout-sofa-boot-starter/src/main/java/com/alipay/lookout/starter/support/actuator/LookoutSpringBootMetricsImpl.java
Copy file name to clipboardexpand all lines: client/lookout-sofa-boot-starter/src/main/java/com/alipay/lookout/starter/support/reader/LookoutRegistryMetricReader.java
-1
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,6 @@ public Metric<?> findOne(String metricName) {
Copy file name to clipboardexpand all lines: client/lookout-sofa-boot-starter/src/test/java/com/alipay/lookout/starter/support/reader/LookoutRegistryMetricReaderTest.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,7 @@
28
28
importjava.util.ArrayList;
29
29
importjava.util.List;
30
30
31
-
importstaticorg.junit.Assert.assertNotNull;
32
-
importstaticorg.junit.Assert.assertTrue;
31
+
importstaticorg.junit.Assert.*;
33
32
34
33
/**
35
34
* LookoutRegistryMetricReader Tester.
@@ -52,6 +51,7 @@ public class LookoutRegistryMetricReaderTest extends AbstractTestBase {
0 commit comments