Skip to content

Commit

Permalink
feat: add a message field
Browse files Browse the repository at this point in the history
  • Loading branch information
esoubiran-aneo authored Jul 20, 2023
1 parent 7c5298c commit 1f8175b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Protos/V1/health_checks_common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ message CheckHealthRequest {}
message CheckHealthResponse {
message ServiceHealth {
string name = 1; // Name of the service (e.g. "control_plane", "database", "redis")
bool healthy = 2;
string message = 2;
bool healthy = 3;
}

repeated ServiceHealth services = 1;
Expand Down

0 comments on commit 1f8175b

Please sign in to comment.