File tree 1 file changed +1
-1
lines changed
hertzbeat-alerter/src/main/java/org/apache/hertzbeat/alert/calculate
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ public class RealTimeAlertCalculator {
73
73
private static final Pattern APP_PATTERN = Pattern .compile ("equals\\ (__app__,\" ([^\" ]+)\" \\ )" );
74
74
private static final Pattern AVAILABLE_PATTERN = Pattern .compile ("equals\\ (__available__,\" ([^\" ]+)\" \\ )" );
75
75
private static final Pattern LABEL_PATTERN = Pattern .compile ("contains\\ (__labels__,\\ s*\" ([^\" ]+)\" \\ )" );
76
- private static final Pattern INSTANCE_PATTERN = Pattern .compile ("equals\\ (__instance__,\" (\\ d+)\" \\ )" );
76
+ private static final Pattern INSTANCE_PATTERN = Pattern .compile ("equals\\ (__instance__,\\ s \ " (\\ d+)\" \\ )" );
77
77
private static final Pattern METRICS_PATTERN = Pattern .compile ("equals\\ (__metrics__,\" ([^\" ]+)\" \\ )" );
78
78
79
79
/**
You can’t perform that action at this time.
0 commit comments