Interface OtelMonitoringAction
- All Superinterfaces:
Action,ModelObject
- All Known Implementing Classes:
AbstractInvisibleMonitoringAction,AbstractMonitoringAction,BuildStepMonitoringAction,FlowNodeMonitoringAction,MonitoringAction,RunPhaseMonitoringAction
Action to decorate
Job steps to hold references to Spans-
Method Summary
Methods inherited from interface hudson.model.Action
getDisplayName, getIconFileName, getUrlName
-
Method Details
-
getW3cTraceContext
-
getSpan
@CheckForNull io.opentelemetry.api.trace.Span getSpan() -
purgeSpanAndCloseAssociatedScopes
void purgeSpanAndCloseAssociatedScopes() -
hasEnded
boolean hasEnded()- Returns:
trueif the associatedSpanhas ended- See Also:
-