Skip to content

Commit c734d57

Browse files
committed
delete public mectics if automatic query
1 parent 9dd6395 commit c734d57

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)