Fix the wrong sortN condition (#4784)

This commit is contained in:
吴晟 Wu Sheng 2020-05-14 11:36:32 +08:00 committed by GitHub
parent 8af10bed11
commit c5f0591e06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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