This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git
The following commit(s) were added to refs/heads/master by this push:
new 302b365681 Predicted value level declaration in baseline module
(#13014)
302b365681 is described below
commit 302b365681c842291e13b210c5fd2302370ee580
Author: mrproliu <[email protected]>
AuthorDate: Mon Jan 27 19:13:23 2025 +0800
Predicted value level declaration in baseline module (#13014)
---
oap-server/metrics-baseline/src/main/proto/baseline.proto | 1 +
1 file changed, 1 insertion(+)
diff --git a/oap-server/metrics-baseline/src/main/proto/baseline.proto
b/oap-server/metrics-baseline/src/main/proto/baseline.proto
index 0e183c6986..dafbd8cfbb 100644
--- a/oap-server/metrics-baseline/src/main/proto/baseline.proto
+++ b/oap-server/metrics-baseline/src/main/proto/baseline.proto
@@ -87,6 +87,7 @@ message AlarmBaselinePredicatedValue {
}
}
+// The predicted value. The metric values provided within this baseline are at
a minute-level granularity. For example, it includes metrics such as the number
of visits per minute.
message AlarmBaselineValue {
// The predicted value.
int64 value = 1;