Skip to content

Commit

Permalink
fixup! task monitoring page: dump information about Sources and Sinks…
Browse files Browse the repository at this point in the history
… state
  • Loading branch information
yumkam committed Nov 18, 2024
1 parent 696070e commit 7c3f26a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ class TDqAsyncComputeActor : public TDqComputeActorBase<TDqAsyncComputeActor, TC

html << "<h3>Sources</h3>";
for (const auto& [id, info]: SourcesMap) {
html << "<h4>Sink Id: " << id << "</h4>";
html << "<h4>Source Id: " << id << "</h4>";
DUMP(info, Type);
DUMP(info, LogPrefix);
DUMP(info, Index);
Expand Down

0 comments on commit 7c3f26a

Please sign in to comment.