healthcheck

This commit is contained in:
Filipriec
2026-08-31 10:47:05 +02:00
parent 0d1e793faa
commit 0224fab826
5 changed files with 20 additions and 2 deletions

View File

@@ -57,4 +57,10 @@ message BackupOperationResponse {
message BackupInfoResponse {
bool success = 1;
string output = 2;
string server_version = 3;
string database_name = 4;
bool database_healthy = 5;
bool search_healthy = 6;
bool ecb_healthy = 7;
string ecb_status = 8;
}