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.
2 parents 5ca4cf9 + c734d57 commit 124fb24Copy full SHA for 124fb24
ydb/core/fq/libs/actors/pending_fetcher.cpp
@@ -481,9 +481,7 @@ class TPendingFetcher : public NActors::TActorBootstrapped<TPendingFetcher> {
481
: Register(CreateRunActor(SelfId(), queryCounters, std::move(params)));
482
483
RunActorMap[runActorId] = TRunActorInfo { .QueryId = queryId, .QueryName = task.query_name() };
484
- if (!task.automatic()) {
485
- CountersMap[queryId] = { rootCountersParent, publicCountersParent, runActorId };
486
- }
+ CountersMap[queryId] = { rootCountersParent, publicCountersParent, runActorId };
487
}
488
489
NActors::IActor* CreateYdbRunActor(TRunActorParams&& params, const ::NYql::NCommon::TServiceCounters& queryCounters) const {
0 commit comments