wu-sheng commented on code in PR #155:
URL: 
https://github.com/apache/skywalking-query-protocol/pull/155#discussion_r3249321115


##########
alarm.graphqls:
##########
@@ -33,6 +33,13 @@ type AlarmMessage {
     id: ID!
     # The entity name of the alarm triggered.
     name: String!
+    # The layers the alarmed entity (service / instance / endpoint / process 
and their
+    # relations) belongs to at the time the alarm was raised. A service can be 
observed
+    # under multiple layers simultaneously (e.g., GENERAL + MESH); each entry 
here
+    # corresponds to one layer the underlying entity served at alarm time.
+    # See 
https://github.com/apache/skywalking/blob/master/oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/analysis/Layer.java
+    # for the list of layer names.

Review Comment:
   ```suggestion
       # The layers of the alarmed entity (service / instance / endpoint / 
process and their
       # relations) belongs to at the time the alarm was raised. A service can 
be observed
       # under multiple layers simultaneously (e.g., GENERAL + MESH); each 
entry here
       # corresponds to one layer of the underlying entity served at alarm time.
       # for the list of layer names.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to