Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions common.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@ enum DetectPoint {
}

type HealthStatus {
# 0 means healthy, more than 0 means unhealthy
# 1 means healthy, 0 means unhealthy
# and less than 0 means oap doesn't startup.
score: Int!
# some details about the score value.
# some details about the unhealthy components or connections.
details: String
}

Expand Down