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

Reporters modification #432

Open
sylvlecl opened this issue Jun 16, 2022 · 0 comments
Open

Reporters modification #432

sylvlecl opened this issue Jun 16, 2022 · 0 comments

Comments

@sylvlecl
Copy link
Contributor

sylvlecl commented Jun 16, 2022

  • Do you want to request a feature or report a bug?

Feature.

  • What is the current behavior?

Reporters can only be fed by java processing.

  • What is the expected behavior?

It would be useful to have the same input methods, in python, as we have in java, in order to be able to build reports for complexe python processes.

root_reporter = pp.report.Reporter()
root_reporter.report(report_key, default_message)
sub_reporter = root_reporter.sub_reporter(task_key, default_name)

In this first implementation, it seems OK to no implement the definition of typed values associated to a given report or reporter.

  • What is the motivation / use case for changing the behavior?

Being able to build reports for complex python processes:

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