diff --git a/metric.graphqls b/metric.graphqls index 8514cfba8758c70954297a51f532234ab98ad05b..55db79156e87d0fa9379191a3b5018670934ec16 100644 --- a/metric.graphqls +++ b/metric.graphqls @@ -46,7 +46,7 @@ type KVInt { # Such as: # 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: Int! + value: Long! } type Thermodynamic {