Skip to content

Commit 302b365

Browse files
authored
Predicted value level declaration in baseline module (#13014)
1 parent 8ebb52d commit 302b365

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

oap-server/metrics-baseline/src/main/proto/baseline.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ message AlarmBaselinePredicatedValue {
8787
}
8888
}
8989

90+
// 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.
9091
message AlarmBaselineValue {
9192
// The predicted value.
9293
int64 value = 1;

0 commit comments

Comments
 (0)