Github user zentol commented on the issue:
https://github.com/apache/flink/pull/6047
No, this still doesn't work.
The MetricGroup you're trying to expose is created in
`AbstractStreamOperator#setup`. However, the parent MetricGroup retrieved
through `Environment#getMetricGrou
Github user wangtuo21 commented on the issue:
https://github.com/apache/flink/pull/6047
@zentol , I misunderstood the request. Does it go in the right direction
now? Thank you
---
Github user zentol commented on the issue:
https://github.com/apache/flink/pull/6047
Please explain how this solution allows the user of a
`AbstractStreamOperatorTestHarness to access the metrics registered by
contained operator.
---