We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8d820d commit 8def47bCopy full SHA for 8def47b
ydb/library/yql/providers/dq/actors/task_controller_impl.h
@@ -442,8 +442,7 @@ class TTaskControllerImpl: public NActors::TActor<TDerived> {
442
443
for (const auto& stats : s.GetSources()) {
444
auto labels = commonLabels;
445
- labels["Source"] = ToString(stats.GetInputIndex());
446
- labels["Name"] = stats.GetIngressName();
+ labels["Source"] = stats.GetIngressName();
447
TaskStat.AddAsyncStats(stats.GetIngress(), labels, "Ingress");
448
TaskStat.AddAsyncStats(stats.GetPush(), labels, "Push");
449
TaskStat.AddAsyncStats(stats.GetPop(), labels, "Pop");
0 commit comments