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 d6b792e commit c921a59Copy full SHA for c921a59
ydb/core/viewer/json_nodes.h
@@ -285,6 +285,19 @@ class TJsonNodes : public TViewerPipeClient<TJsonNodes> {
285
}
286
return false;
287
288
+ } else {
289
+ if (Storage && With == EWith::SpaceProblems) {
290
+ return false;
291
+ }
292
+ if (UptimeSeconds > 0) {
293
294
295
+ if (ProblemNodesOnly) {
296
297
298
+ if (Filter) {
299
300
301
302
303
return true;
0 commit comments