You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running a python script that may return a variaty of exit codes.
In the groovy code I would like to decide for each return code whether to mark the span with status OK or ERROR.
Plus, I may want to put my own Exception message.
For example: my python script may return code 2 and I'll want to set the status to ERROR and record an exception "InfrastructureException Occured"
What feature do you want to see added?
In java, i can do the following:
But the plugin function (i.e
setSpanAttributes
,withSpanAttribute
,withSpanAttributes
) only allow me to set attributes.Upstream changes
No response
Are you interested in contributing this feature?
No response
The text was updated successfully, but these errors were encountered: