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
- The baseline operation is only supported by the metrics that support the baseline data, which defined in the baseline service.
517
517
If the metric not supported or has no baseline data, the result will be empty.
518
-
- For now, the time bucket step of the predict value is `HOUR`.
518
+
- For now, the time bucket step of the predicted value is `HOUR`.
519
519
And the metric values provided within this baseline are at a minute-level granularity.
520
520
For example, it includes metrics such as the number of visits per minute. So if the query step is `MINUTE` and duration is in a same hour, the returned value will be same in every minute.
Copy file name to clipboardExpand all lines: oap-server/metrics-baseline/src/main/java/org/apache/skywalking/oap/server/baseline/service/BaselineQueryService.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -32,14 +32,14 @@ public interface BaselineQueryService extends Service {
Copy file name to clipboardExpand all lines: oap-server/server-alarm-plugin/src/test/java/org/apache/skywalking/oap/server/core/alarm/provider/AlarmCoreTest.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ public void testTriggerTimePoint() throws InterruptedException {
Copy file name to clipboardExpand all lines: oap-server/server-alarm-plugin/src/test/java/org/apache/skywalking/oap/server/core/alarm/provider/AlarmRuleTest.java
Copy file name to clipboardExpand all lines: oap-server/server-alarm-plugin/src/test/java/org/apache/skywalking/oap/server/core/alarm/provider/NotifyHandlerTest.java
Copy file name to clipboardExpand all lines: oap-server/server-alarm-plugin/src/test/java/org/apache/skywalking/oap/server/core/alarm/provider/RunningRuleTest.java
Copy file name to clipboardExpand all lines: oap-server/server-alarm-plugin/src/test/java/org/apache/skywalking/oap/server/core/alarm/provider/dingtalk/DingtalkHookCallbackTest.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ public void testDingtalkWebhookWithoutSign() throws Exception {
Copy file name to clipboardExpand all lines: oap-server/server-alarm-plugin/src/test/java/org/apache/skywalking/oap/server/core/alarm/provider/feishu/FeishuHookCallbackTest.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ public void testFeishuWebhookWithoutSign() throws Exception {
0 commit comments