BFergerson opened a new pull request, #106: URL: https://github.com/apache/skywalking-query-protocol/pull/106
The implementation behind `listServices` shows that the `layer` param is actually optional (e.g. [code](https://github.com/apache/skywalking/blob/eebea38789df0a71bd8413293d41135cab17c00c/oap-server/server-storage-plugin/storage-elasticsearch-plugin/src/main/java/org/apache/skywalking/oap/server/storage/plugin/elasticsearch/query/MetadataQueryEsDAO.java#L93)). Additionally, to get all the services you have to send `layer=""`. I think it would make more sense to just not send `layer`. -- 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]
