Uses of Class
io.opencensus.trace.export.SpanData
Packages that use SpanData
Package
Description
-
Uses of SpanData in io.opencensus.exporter.trace.util
Method parameters in io.opencensus.exporter.trace.util with type arguments of type SpanDataModifier and TypeMethodDescriptionvoidTimeLimitedHandler.export(Collection<SpanData> spanDataList) abstract voidTimeLimitedHandler.timeLimitedExport(Collection<SpanData> spanDataList) Exports a list of sampled (seeTraceOptions.isSampled())Spans using the immutable representationSpanData, within the givendeadlineof thisTimeLimitedHandler. -
Uses of SpanData in io.opencensus.implcore.trace
Methods in io.opencensus.implcore.trace that return SpanDataModifier and TypeMethodDescriptionRecordEventsSpanImpl.toSpanData()Returns an immutable representation of all the data from thisSpan. -
Uses of SpanData in io.opencensus.implcore.trace.export
Methods in io.opencensus.implcore.trace.export that return types with arguments of type SpanDataModifier and TypeMethodDescriptionInProcessSampledSpanStoreImpl.getErrorSampledSpans(SampledSpanStore.ErrorFilter filter) InProcessSampledSpanStoreImpl.getLatencySampledSpans(SampledSpanStore.LatencyFilter filter) InProcessRunningSpanStore.getRunningSpans(RunningSpanStore.Filter filter) -
Uses of SpanData in io.opencensus.testing.export
Methods in io.opencensus.testing.export that return types with arguments of type SpanDataModifier and TypeMethodDescriptionTestHandler.waitForExport(int numberOfSpans) Waits until we received numberOfSpans spans to export.Method parameters in io.opencensus.testing.export with type arguments of type SpanData -
Uses of SpanData in io.opencensus.trace.export
Methods in io.opencensus.trace.export that return SpanDataModifier 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.Methods in io.opencensus.trace.export that return types with arguments of type SpanDataModifier and TypeMethodDescriptionabstract Collection<SpanData> SampledSpanStore.getErrorSampledSpans(SampledSpanStore.ErrorFilter filter) abstract Collection<SpanData> SampledSpanStore.getLatencySampledSpans(SampledSpanStore.LatencyFilter filter) abstract Collection<SpanData> RunningSpanStore.getRunningSpans(RunningSpanStore.Filter filter) Returns a list of running spans that match theFilter.Method parameters in io.opencensus.trace.export with type arguments of type SpanDataModifier and TypeMethodDescriptionabstract voidSpanExporter.Handler.export(Collection<SpanData> spanDataList) Exports a list of sampled (seeTraceOptions.isSampled())Spans using the immutable representationSpanData.
SpanData.create(SpanContext, SpanId, Boolean, String, Kind, Timestamp, Attributes, TimedEvents, TimedEvents, Links, Integer, Status, Timestamp).