Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Krämer <[email protected]>
  • Loading branch information
marcoshuck and Falco20019 authored Dec 19, 2024
1 parent 3aac5da commit 76a6dc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grpc/health/v1/health.proto
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ message HealthListRequest {
}

message HealthListResponse {
map<string, HealthCheckResponse> services_statuses = 2; // Contains all the service and their respective status.
map<string, HealthCheckResponse> statuses = 1; // Contains all the services and their respective status.
}

// Health is gRPC's mechanism for checking whether a server is able to handle
Expand All @@ -64,7 +64,7 @@ service Health {

// List gets the health of all the available services. A filtered list can
// be obtained by sending the list of the respective service names. If the
// list of service names is empty must return all the available services.
// list of service names is empty, all the available services must be returned.
//
// Use case: Integrate servers and status report dashboards.
//
Expand Down

0 comments on commit 76a6dc1

Please sign in to comment.