Package com.google.genkit.core.tracing
Class GenkitSpanData.Link
java.lang.Object
com.google.genkit.core.tracing.GenkitSpanData.Link
- Enclosing class:
GenkitSpanData
Link describes the relationship between two Spans.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidsetAttributes(Map<String, Object> attributes) voidsetContext(GenkitSpanData.SpanContextData context) voidsetDroppedAttributesCount(int droppedAttributesCount)
-
Constructor Details
-
Link
public Link()
-
-
Method Details
-
getContext
-
setContext
-
getAttributes
-
setAttributes
-
getDroppedAttributesCount
public int getDroppedAttributesCount() -
setDroppedAttributesCount
public void setDroppedAttributesCount(int droppedAttributesCount)
-