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 f0bdba6 Add layers field for topology Node. (#131)
f0bdba6 is described below
commit f0bdba688afecff2167d018ecdaf509d2c8598f7
Author: Wan Kai <[email protected]>
AuthorDate: Tue Jan 30 10:36:25 2024 +0800
Add layers field for topology Node. (#131)
---
topology.graphqls | 2 ++
1 file changed, 2 insertions(+)
diff --git a/topology.graphqls b/topology.graphqls
index 8328529..4c74bfe 100644
--- a/topology.graphqls
+++ b/topology.graphqls
@@ -49,6 +49,8 @@ type Node {
type: String
# It is a conjecture node or real node, to represent a service or endpoint.
isReal: Boolean!
+ # The layers of the service.
+ layers: [String!]!
}
# Node in ServiceInstanceTopology