nisiyong opened a new issue #6750:
URL: https://github.com/apache/skywalking/issues/6750
Please answer these questions before submitting your issue.
- Why do you submit this issue?
- [X] Question or discussion
___
### Question
Hi, @wu-sheng. I noticed you remove the query `getGlobalBrief` logic, and
keep it return mock data.
I have tried to find why from issue or PR, but there was nothing about that.
I wanna know why? Because I think the query `getGlobalBrief` is useful, has
there some problems?
`org.apache.skywalking.oap.query.graphql.resolver.MetadataQuery#getGlobalBrief`
```java
/**
* @return all 0 of metadata.
*/
@Deprecated
public ClusterBrief getGlobalBrief(final Duration duration) throws
IOException, ParseException {
return new ClusterBrief();
}
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]