This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch protocol/ui-beta
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/protocol/ui-beta by this push:
     new 0c39038  Finish the Thermodynamic.
0c39038 is described below

commit 0c390382e19bc2102acd9b688aca659fecdd3392
Author: wusheng <wu.sh...@foxmail.com>
AuthorDate: Wed Apr 11 22:17:45 2018 +0800

    Finish the Thermodynamic.
---
 .../src/main/resources/ui-graphql/overview-layer.graphqls         | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git 
a/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/overview-layer.graphqls
 
b/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/overview-layer.graphqls
index 43bd4e8..9a5ddc4 100644
--- 
a/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/overview-layer.graphqls
+++ 
b/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/overview-layer.graphqls
@@ -51,10 +51,18 @@ type ApplicationTPS {
 
 type Thermodynamic {
     # Each element in nodes represents a point in Thermodynamic Diagram
+    # And the element includes three values:
+    # 1) Time Bucket based on query duration
+    # 2) Response time index.
+    #    Response time = [responseTimeStep * index, responseTimeStep * 
(index+1))
+    #    The last element: [Response Time * index, MAX)
+    # 3) The number of calls in this response time duration.
+    #
     # Example:
     # [ [0, 0, 10], [0, 1, 43], ...]
     # These ^^^ two represent the left bottom element, and another element 
above it.
     nodes: [[Long]!]
+    responseTimeStep: Int!
 }
 
 extend type Query {

-- 
To stop receiving notification emails like this one, please contact
wush...@apache.org.

Reply via email to