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 Span
s-
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:
true
if the associatedSpan
has ended- See Also:
-
ReadableSpan.hasEnded()
-