Uses of Class
io.opencensus.trace.Annotation
-
Packages that use Annotation Package Description io.opencensus.contrib.zpages io.opencensus.implcore.trace io.opencensus.trace API for distributed tracing.io.opencensus.trace.export -
-
Uses of Annotation in io.opencensus.contrib.zpages
Methods in io.opencensus.contrib.zpages with parameters of type Annotation Modifier and Type Method Description private static java.lang.String
TracezZPageHandler. renderAnnotation(Annotation annotation)
-
Uses of Annotation in io.opencensus.implcore.trace
Fields in io.opencensus.implcore.trace with type parameters of type Annotation Modifier and Type Field Description private RecordEventsSpanImpl.TraceEvents<RecordEventsSpanImpl.EventWithNanoTime<Annotation>>
RecordEventsSpanImpl. annotations
Methods in io.opencensus.implcore.trace that return types with arguments of type Annotation Modifier and Type Method Description private RecordEventsSpanImpl.TraceEvents<RecordEventsSpanImpl.EventWithNanoTime<Annotation>>
RecordEventsSpanImpl. getInitializedAnnotations()
Methods in io.opencensus.implcore.trace with parameters of type Annotation Modifier and Type Method Description void
NoRecordEventsSpanImpl. addAnnotation(Annotation annotation)
void
RecordEventsSpanImpl. addAnnotation(Annotation annotation)
-
Uses of Annotation in io.opencensus.trace
Subclasses of Annotation in io.opencensus.trace Modifier and Type Class Description (package private) class
AutoValue_Annotation
Methods in io.opencensus.trace that return Annotation Modifier and Type Method Description static Annotation
Annotation. fromDescription(java.lang.String description)
Returns a newAnnotation
with the given description.static Annotation
Annotation. fromDescriptionAndAttributes(java.lang.String description, java.util.Map<java.lang.String,AttributeValue> attributes)
Returns a newAnnotation
with the given description and set of attributes.Methods in io.opencensus.trace with parameters of type Annotation Modifier and Type Method Description void
BlankSpan. addAnnotation(Annotation annotation)
No-op implementation of theSpan.addAnnotation(Annotation)
method.abstract void
Span. addAnnotation(Annotation annotation)
Adds an annotation to theSpan
. -
Uses of Annotation in io.opencensus.trace.export
Fields in io.opencensus.trace.export with type parameters of type Annotation Modifier and Type Field Description private SpanData.TimedEvents<Annotation>
AutoValue_SpanData. annotations
Methods in io.opencensus.trace.export that return types with arguments of type Annotation Modifier and Type Method Description SpanData.TimedEvents<Annotation>
AutoValue_SpanData. getAnnotations()
abstract SpanData.TimedEvents<Annotation>
SpanData. getAnnotations()
Returns the annotations recorded for thisSpan
.Method parameters in io.opencensus.trace.export with type arguments of type Annotation Modifier and Type Method Description static SpanData
SpanData. create(SpanContext context, SpanId parentSpanId, java.lang.Boolean hasRemoteParent, java.lang.String name, Timestamp startTimestamp, SpanData.Attributes attributes, SpanData.TimedEvents<Annotation> annotations, SpanData.TimedEvents<? extends BaseMessageEvent> messageOrNetworkEvents, SpanData.Links links, java.lang.Integer childSpanCount, Status status, Timestamp endTimestamp)
static SpanData
SpanData. create(SpanContext context, SpanId parentSpanId, java.lang.Boolean hasRemoteParent, java.lang.String name, Span.Kind kind, Timestamp startTimestamp, SpanData.Attributes attributes, SpanData.TimedEvents<Annotation> annotations, SpanData.TimedEvents<? extends BaseMessageEvent> messageOrNetworkEvents, SpanData.Links links, java.lang.Integer childSpanCount, Status status, Timestamp endTimestamp)
Returns a new immutableSpanData
.Constructor parameters in io.opencensus.trace.export with type arguments of type Annotation Constructor Description AutoValue_SpanData(SpanContext context, SpanId parentSpanId, java.lang.Boolean hasRemoteParent, java.lang.String name, Span.Kind kind, Timestamp startTimestamp, SpanData.Attributes attributes, SpanData.TimedEvents<Annotation> annotations, SpanData.TimedEvents<MessageEvent> messageEvents, SpanData.Links links, java.lang.Integer childSpanCount, Status status, Timestamp endTimestamp)
-