sdk-java icon indicating copy to clipboard operation
sdk-java copied to clipboard

Allow customization of OTel span tags

Open cretz opened this issue 1 year ago • 1 comments

Describe the solution you'd like

Go and Python and .NET and others use temporalWorkflowID, temporalRunID, temporalActivityID, etc but Java uses workflowId and runId Cannot change Java's defaults for compatibility reasons, but we should allow these to be customized so users can make them the same. Some SDKs like .NET already allow these to be customized.

cretz avatar Jun 18 '24 18:06 cretz