Skip to content

Commit 124fb24

Browse files
authored
Merge c734d57 into 5ca4cf9
2 parents 5ca4cf9 + c734d57 commit 124fb24

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ydb/core/fq/libs/actors/pending_fetcher.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -481,9 +481,7 @@ class TPendingFetcher : public NActors::TActorBootstrapped<TPendingFetcher> {
481481
: Register(CreateRunActor(SelfId(), queryCounters, std::move(params)));
482482

483483
RunActorMap[runActorId] = TRunActorInfo { .QueryId = queryId, .QueryName = task.query_name() };
484-
if (!task.automatic()) {
485-
CountersMap[queryId] = { rootCountersParent, publicCountersParent, runActorId };
486-
}
484+
CountersMap[queryId] = { rootCountersParent, publicCountersParent, runActorId };
487485
}
488486

489487
NActors::IActor* CreateYdbRunActor(TRunActorParams&& params, const ::NYql::NCommon::TServiceCounters& queryCounters) const {

0 commit comments

Comments
 (0)