Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ReportNode parent summing up content #3070

Open
flo-dup opened this issue Jun 19, 2024 · 0 comments
Open

ReportNode parent summing up content #3070

flo-dup opened this issue Jun 19, 2024 · 0 comments

Comments

@flo-dup
Copy link
Contributor

flo-dup commented Jun 19, 2024

Describe the current behavior

Currently, when a ReportNode has children, the parent node is often created way before the children, leading to a message which has little value, except that it groups nodes. There's currently no way to sum up the sub-reportNodes, as there's no way to add values to the parent node after its creation.

Describe the expected behavior

Enrich the API to be able to easily sum up the content of the sub-reportNodes.

Describe the motivation

Some users use ReportNode functional logging as a way to see the tree of the processes launched, due to the previous Reporter API, which separated reporter (nodes) and report (leaves). The new ReportNode API does not provide this distinction anymore, but there's currently no easy way to provide much more information, as the displayed values are needed at the parent creation.

Extra Information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant