Skip to content

Commit 8def47b

Browse files
authored
Use Source Name as name, drop unused index (#701)
1 parent b8d820d commit 8def47b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ydb/library/yql/providers/dq/actors/task_controller_impl.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -442,8 +442,7 @@ class TTaskControllerImpl: public NActors::TActor<TDerived> {
442442

443443
for (const auto& stats : s.GetSources()) {
444444
auto labels = commonLabels;
445-
labels["Source"] = ToString(stats.GetInputIndex());
446-
labels["Name"] = stats.GetIngressName();
445+
labels["Source"] = stats.GetIngressName();
447446
TaskStat.AddAsyncStats(stats.GetIngress(), labels, "Ingress");
448447
TaskStat.AddAsyncStats(stats.GetPush(), labels, "Push");
449448
TaskStat.AddAsyncStats(stats.GetPop(), labels, "Pop");

0 commit comments

Comments
 (0)