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 b683c9a commit b52420cCopy full SHA for b52420c
ydb/library/yql/dq/actors/compute/dq_compute_actor_impl.h
@@ -189,6 +189,12 @@ class TDqComputeActorBase : public NActors::TActorBootstrapped<TDerived>
189
true,
190
false
191
);
192
+
193
+ if (ComputeActorSpan) {
194
+ ComputeActorSpan.Attribute("stageLevel", static_cast<int>(Task.GetProgram().GetSettings().GetStageLevel()));
195
+ ComputeActorSpan.Attribute("stageId", static_cast<int>(Task.GetStageId()));
196
+ }
197
198
Alloc->SetGUCSettings(GUCSettings);
199
InitMonCounters(taskCounters);
200
if (ownMemoryQuota) {
0 commit comments