0

Is it possible to get the worker-id from a apache beam job? Or any unique identifier that can tell about the current worker ? Cause I want to use it as label for my metric.

Thank you.

Xitrum
  • 7,765
  • 26
  • 90
  • 126

1 Answers1

0

I don't believe this is supported but feel free to file a JIRA for this and mention your use-case. Also note that such information might be runner specific so you might be able to get information regarding the workers started for a job through the API of the runner you are using.

chamikara
  • 1,896
  • 1
  • 9
  • 6