Skip to content

Commit 6a47481

Browse files
fix(Healthcheck): add merge_records request param (#538)
1 parent 957e1fa commit 6a47481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ export class YdbEmbeddedAPI extends AxiosWrapper {
352352
}
353353
getHealthcheckInfo(database: string, {concurrentId}: AxiosOptions = {}) {
354354
return this.get<HealthCheckAPIResponse>(
355-
this.getPath('/viewer/json/healthcheck'),
355+
this.getPath('/viewer/json/healthcheck?merge_records=true'),
356356
{tenant: database},
357357
{concurrentId},
358358
);

0 commit comments

Comments
 (0)