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-query-protocol.git
The following commit(s) were added to refs/heads/master by this push:
new ff0cbd4 Add isEmptyValue flag to indicate clear meaning for value
(#110)
ff0cbd4 is described below
commit ff0cbd4e7ac523784b9cb014ee2bc55b32ac7a04
Author: 吴晟 Wu Sheng <[email protected]>
AuthorDate: Thu Mar 9 16:01:08 2023 +0800
Add isEmptyValue flag to indicate clear meaning for value (#110)
---
metric.graphqls | 2 ++
1 file changed, 2 insertions(+)
diff --git a/metric.graphqls b/metric.graphqls
index 6996bd4..bee2b1f 100644
--- a/metric.graphqls
+++ b/metric.graphqls
@@ -50,6 +50,8 @@ type KVInt {
# 1. If ask for cpm metric, the unit and result should be count.
# 2. If ask for response time (p99 or avg), the unit should be millisecond.
value: Long!
+ # Since 9.5.0, isEmptyValue indicates whether value == 0 represents
actually zero(false, default) or no data(true).
+ isEmptyValue: Boolean!
}
type Thermodynamic {