summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ydb/core/fq/libs/actors/run_actor.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ydb/core/fq/libs/actors/run_actor.cpp b/ydb/core/fq/libs/actors/run_actor.cpp
index 1399465abd0..531da5cbc99 100644
--- a/ydb/core/fq/libs/actors/run_actor.cpp
+++ b/ydb/core/fq/libs/actors/run_actor.cpp
@@ -1559,6 +1559,8 @@ private:
apply("WatermarksGranularityMs", "1000");
apply("WatermarksLateArrivalDelayMs", "5000");
apply("WatermarksIdlePartitions", "true");
+ apply("EnableChannelStats", "true");
+ apply("ExportStats", "true");
switch (Params.QueryType) {
case FederatedQuery::QueryContent::STREAMING: {