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 bd34cc7 commit b2ea93cCopy full SHA for b2ea93c
ydb/core/viewer/viewer_healthcheck.h
@@ -196,8 +196,7 @@ class TJsonHealthCheck : public TViewerPipeClient {
196
return TBase::ReplyAndPassAway(GetHTTPINTERNALERROR("text/plain", "No result"));
197
} else {
198
if (Format == HealthCheckResponseFormat::PROMETHEUS) {
199
- HandlePrometheus();
200
- return PassAway();
+ return HandlePrometheus();
201
202
TStringStream json;
203
TProtoToJson::ProtoToJson(json, *Result, JsonSettings);
0 commit comments