lostluck commented on issue #27038:
URL: https://github.com/apache/beam/issues/27038#issuecomment-2672279751

   Sorry for missing this earlier @mohamedawnallah .
   
   If Flink doesn't support exporting user metrics, then it's not something the 
Go SDK can fix by itself. 
   
   IIRC this issue is strictly for when a DoFn has metrics, and increments them 
in in the Once Per DoFn Instance Setup() lifecycle method. The provided code 
would not verify this issue by itself since it has no Setup methods on its 
dofns.
   
   The default Go SDK runner, Prism, should be able to validate this issue 
though, if the base code reveals it. The changes would be in the `exec` 
package, ultimately.


-- 
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]

Reply via email to