Uses of Class
io.opencensus.trace.export.SpanData.Attributes
Packages that use SpanData.Attributes
-
Uses of SpanData.Attributes in io.opencensus.trace.export
Subclasses of SpanData.Attributes in io.opencensus.trace.exportFields in io.opencensus.trace.export declared as SpanData.AttributesMethods in io.opencensus.trace.export that return SpanData.AttributesModifier and TypeMethodDescriptionstatic SpanData.AttributesSpanData.Attributes.create(Map<String, AttributeValue> attributeMap, int droppedAttributesCount) Returns a new immutableAttributes.AutoValue_SpanData.getAttributes()abstract SpanData.AttributesSpanData.getAttributes()Returns the attributes recorded for thisSpan.Methods in io.opencensus.trace.export with parameters of type SpanData.AttributesModifier and TypeMethodDescriptionstatic SpanDataSpanData.create(SpanContext context, SpanId parentSpanId, Boolean hasRemoteParent, String name, Timestamp startTimestamp, SpanData.Attributes attributes, SpanData.TimedEvents<Annotation> annotations, SpanData.TimedEvents<? extends BaseMessageEvent> messageOrNetworkEvents, SpanData.Links links, Integer childSpanCount, Status status, Timestamp endTimestamp) Deprecated.static SpanDataSpanData.create(SpanContext context, SpanId parentSpanId, Boolean hasRemoteParent, String name, Span.Kind kind, Timestamp startTimestamp, SpanData.Attributes attributes, SpanData.TimedEvents<Annotation> annotations, SpanData.TimedEvents<? extends BaseMessageEvent> messageOrNetworkEvents, SpanData.Links links, Integer childSpanCount, Status status, Timestamp endTimestamp) Returns a new immutableSpanData.Constructors in io.opencensus.trace.export with parameters of type SpanData.AttributesModifierConstructorDescription(package private)AutoValue_SpanData(SpanContext context, SpanId parentSpanId, Boolean hasRemoteParent, String name, Span.Kind kind, Timestamp startTimestamp, SpanData.Attributes attributes, SpanData.TimedEvents<Annotation> annotations, SpanData.TimedEvents<MessageEvent> messageEvents, SpanData.Links links, Integer childSpanCount, Status status, Timestamp endTimestamp)
SpanData.create(SpanContext, SpanId, Boolean, String, Kind, Timestamp, Attributes, TimedEvents, TimedEvents, Links, Integer, Status, Timestamp).