提交 1510f705 编写于 作者: P peng-yongsheng

Change the data type from int to long which attributes named responseTimePerSec and callsPerSec.

上级 34380713
......@@ -10,7 +10,7 @@ type ApplicationNode implements Node {
# The number of incoming calls
callsPerSec: Long!
# Unit: millisecond
responseTimePerSec: Int!
responseTimePerSec: Long!
# ref: http://www.apdex.org/
# Max value is 1
# 2 Digits after floating point.
......
......@@ -104,7 +104,7 @@ type Call {
isAlert: Boolean
# The protocol and tech stack used in this distributed call
callType: String!
callsPerSec: Int!
callsPerSec: Long!
# Unit: millisecond
responseTimePerSec: Int!
responseTimePerSec: Long!
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册