-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
[FLINK-8160]Extend OperatorHarness to expose... #6047
Conversation
...metricsGroup
Please explain how this solution allows the user of a |
@zentol , I misunderstood the request. Does it go in the right direction now? Thank you |
No, this still doesn't work. The MetricGroup you're trying to expose is created in Please, ask questions if you don't know to fix an issue or verify the fix. And at the very least try it out once, otherwise you're just wasting the committers' time. For a proper solution you have to create a |
This closes apache#6084. This closes apache#6047.
...metricsGroup
What is the purpose of the change
To better test interactions between operators and metrics the harness should expose the metrics registered by the operator.
Brief change log
add method getMetricGroup() to class AbstractStreamOperatorTestHarness
Verifying this change
This change is a trivial rework / code cleanup without any test coverage.
Does this pull request potentially affect one of the following parts:
@Public(Evolving)
: noDocumentation