Class ExemplarUtils
java.lang.Object
io.opencensus.contrib.exemplar.util.ExemplarUtils
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringKey forSpanContextin the contextual information of anExemplar. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static <T> TcheckNotNull(T reference, Object errorMessage) static voidputSpanContextAttachments(MeasureMap measureMap, SpanContext spanContext) Puts aSpanContextinto the attachments of the givenMeasureMap.
-
Field Details
-
ATTACHMENT_KEY_SPAN_CONTEXT
Key forSpanContextin the contextual information of anExemplar.- Since:
- 0.20
- See Also:
-
-
Constructor Details
-
ExemplarUtils
private ExemplarUtils()
-
-
Method Details
-
putSpanContextAttachments
Puts aSpanContextinto the attachments of the givenMeasureMap.- Parameters:
measureMap- theMeasureMap.spanContext- theSpanContextto be put as attachments.- Since:
- 0.16
-
checkNotNull
-