I am trying to access operationId in Java.
I have an access to TelemetryClient
but telemetryClient.getContext().getOperation().getId()
returns null
and I don't know how can I get current operationId for the request.
I am looking for System.Diagnostics.Activity.Current.RootId
equivalent in Java.