Package io.jenkins.plugins.opentelemetry
Class OpenTelemetryAttributesAction
java.lang.Object
hudson.model.InvisibleAction
io.jenkins.plugins.opentelemetry.OpenTelemetryAttributesAction
- All Implemented Interfaces:
Action
,ModelObject
,Serializable
- See Also:
-
AttributeKey
AttributeType
- Serialized Form
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
boolean
isNotYetAppliedToSpan
(String spanId) Remember a span to which these attributes are applied.boolean
toString()
Methods inherited from class hudson.model.InvisibleAction
getDisplayName, getIconFileName, getUrlName
-
Constructor Details
-
OpenTelemetryAttributesAction
public OpenTelemetryAttributesAction()
-
-
Method Details
-
getAttributes
-
isNotYetAppliedToSpan
Remember a span to which these attributes are applied.- Parameters:
spanId
-- Returns:
- true iff a span did not previously have these attributes applied
-
addSpanIdToInheritanceAllowedList
-
inheritanceAllowedSpanIdListIsEmpty
public boolean inheritanceAllowedSpanIdListIsEmpty() -
isSpanIdAllowedToInheritAttributes
-
toString
-