This is an automated email from the ASF dual-hosted git repository. wankai pushed a commit to branch roll-back-health-check in repository https://gitbox.apache.org/repos/asf/skywalking-query-protocol.git
commit 1955034dc5c9fdab0b52b52908926bdd4b4a89b8 Author: wankai123 <wankai...@foxmail.com> AuthorDate: Thu Jul 3 07:57:20 2025 +0800 Roll back health check --- common.graphqls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.graphqls b/common.graphqls index dd58db7..9eebdbb 100644 --- a/common.graphqls +++ b/common.graphqls @@ -120,10 +120,10 @@ enum DetectPoint { } type HealthStatus { - # 1 means healthy, 0 means unhealthy + # 0 means healthy, more than 0 means unhealthy # and less than 0 means oap doesn't startup. score: Int! - # some details about the unhealthy components or connections. + # some details about the score value. details: String }