Skip to content

Commit

Permalink
Merge 3d84151 into 32c0c65
Browse files Browse the repository at this point in the history
  • Loading branch information
StekPerepolnen authored Jun 11, 2024
2 parents 32c0c65 + 3d84151 commit 19e6baa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ydb/core/grpc_services/db_metadata_cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ class TDatabaseMetadataCache : public TActorBootstrapped<TDatabaseMetadataCache>
auto request = std::make_unique<NHealthCheck::TEvSelfCheckRequest>();
request->Database = Path;
request->Request.set_return_verbose_status(true);
request->Request.set_merge_records(true);
Send(NHealthCheck::MakeHealthCheckID(), request.release());
Counters->GetCounter(HEALTHCHECK_REQUESTS_MADE_COUNTER, true)->Inc();
}
Expand Down

0 comments on commit 19e6baa

Please sign in to comment.