Fix the wrong sortN condition (#4784)
This commit is contained in:
parent
8af10bed11
commit
c5f0591e06
|
|
@ -43,7 +43,7 @@ public class TopNCondition {
|
|||
* Normal service is the service having installed agent or metrics reported directly. Unnormal service is
|
||||
* conjectural service, usually detected by the agent.
|
||||
*/
|
||||
private boolean isNormal;
|
||||
private boolean normal;
|
||||
/**
|
||||
* Indicate the metrics entity scope. Because this is a top list, don't need to set the Entity like the
|
||||
* MetricsCondition. Only accept scope = {@link Scope#Service} {@link Scope#ServiceInstance} and {@link
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 9d5bb7c97a5b653babe157e0360fee6bdf30c045
|
||||
Subproject commit 459f78b95168a4d17acae03e892b17bc78f8f4e5
|
||||
Loading…
Reference in New Issue