acongfly commented on PR #13183: URL: https://github.com/apache/dolphinscheduler/pull/13183#issuecomment-1351363835
> Hi @acongfly , > > Several months ago we've discussed about using task instance id / task instance name as a dimension of tags. There might be potential memory risk when task instances accumulated, see: [#10525 (comment)](https://github.com/apache/dolphinscheduler/issues/10525#issuecomment-1169954936) > > Compared to `task instance id`, `task instance name` is a better choice as there are much less distinct task names than task instance ids. BTW, you need to make sure task instance names are distinct, otherwise you might get incorrect data. > > However, if you want to contribute this feature, I suggest u add filters / switches for generating these kinds of `high cardinality` dimensions. For users scheduling tons of different tasks, this feature might cause side-effect. @EricGao888 Thank you for your suggestion. I will take it into consideration and try to redesign the feature. If I have any questions, I will leave a message here. Thank you again. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
