We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 957e1fa commit 6a47481Copy full SHA for 6a47481
src/services/api.ts
@@ -352,7 +352,7 @@ export class YdbEmbeddedAPI extends AxiosWrapper {
352
}
353
getHealthcheckInfo(database: string, {concurrentId}: AxiosOptions = {}) {
354
return this.get<HealthCheckAPIResponse>(
355
- this.getPath('/viewer/json/healthcheck'),
+ this.getPath('/viewer/json/healthcheck?merge_records=true'),
356
{tenant: database},
357
{concurrentId},
358
);
0 commit comments