Uses of Class
io.opencensus.trace.export.SpanData
Packages that use SpanData
Package
Description
-
Uses of SpanData in io.opencensus.contrib.zpages
Methods in io.opencensus.contrib.zpages with parameters of type SpanDataModifier and TypeMethodDescriptionint
private static void
TracezZPageHandler.emitSingleSpan
(Formatter formatter, SpanData span) Method parameters in io.opencensus.contrib.zpages with type arguments of type SpanDataModifier and TypeMethodDescriptionprivate static void
TracezZPageHandler.emitSpans
(PrintWriter out, Formatter formatter, Collection<SpanData> spans) Emits the list of SampledRequets with a header. -
Uses of SpanData in io.opencensus.exporter.trace.util
Method parameters in io.opencensus.exporter.trace.util with type arguments of type SpanDataModifier and TypeMethodDescriptionvoid
TimeLimitedHandler.export
(Collection<SpanData> spanDataList) abstract void
TimeLimitedHandler.timeLimitedExport
(Collection<SpanData> spanDataList) Exports a list of sampled (seeTraceOptions.isSampled()
)Span
s using the immutable representationSpanData
, within the givendeadline
of 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
Fields in io.opencensus.implcore.trace.export with type parameters of type SpanDataModifier and TypeFieldDescriptionprivate static final Collection
<SpanData> SampledSpanStoreImpl.NoopSampledSpanStoreImpl.EMPTY_SPANDATA
Methods in io.opencensus.implcore.trace.export that return types with arguments of type SpanDataModifier and TypeMethodDescriptionInProcessSampledSpanStoreImpl.getErrorSampledSpans
(SampledSpanStore.ErrorFilter filter) SampledSpanStoreImpl.NoopSampledSpanStoreImpl.getErrorSampledSpans
(SampledSpanStore.ErrorFilter filter) InProcessSampledSpanStoreImpl.getLatencySampledSpans
(SampledSpanStore.LatencyFilter filter) SampledSpanStoreImpl.NoopSampledSpanStoreImpl.getLatencySampledSpans
(SampledSpanStore.LatencyFilter filter) InProcessRunningSpanStore.getRunningSpans
(RunningSpanStore.Filter filter) private Collection
<SpanData> InProcessRunningSpanStore.InProcessRunningSpanStoreImpl.getRunningSpans
(RunningSpanStore.Filter filter) Method parameters in io.opencensus.implcore.trace.export with type arguments of type SpanDataModifier and TypeMethodDescriptionprivate void
SpanExporterImpl.Worker.onBatchExport
(List<SpanData> spanDataList) -
Uses of SpanData in io.opencensus.testing.export
Fields in io.opencensus.testing.export with type parameters of type SpanDataMethods 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
Subclasses of SpanData in io.opencensus.trace.exportMethods in io.opencensus.trace.export that return SpanDataModifier and TypeMethodDescriptionstatic SpanData
SpanData.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 SpanData
SpanData.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) SampledSpanStore.NoopSampledSpanStore.getErrorSampledSpans
(SampledSpanStore.ErrorFilter filter) abstract Collection
<SpanData> SampledSpanStore.getLatencySampledSpans
(SampledSpanStore.LatencyFilter filter) SampledSpanStore.NoopSampledSpanStore.getLatencySampledSpans
(SampledSpanStore.LatencyFilter filter) abstract Collection
<SpanData> RunningSpanStore.getRunningSpans
(RunningSpanStore.Filter filter) Returns a list of running spans that match theFilter
.RunningSpanStore.NoopRunningSpanStore.getRunningSpans
(RunningSpanStore.Filter filter) Method parameters in io.opencensus.trace.export with type arguments of type SpanDataModifier and TypeMethodDescriptionabstract void
SpanExporter.Handler.export
(Collection<SpanData> spanDataList) Exports a list of sampled (seeTraceOptions.isSampled()
)Span
s using the immutable representationSpanData
.
create(SpanContext, SpanId, Boolean, String, Kind, Timestamp, Attributes, TimedEvents, TimedEvents, Links, Integer, Status, Timestamp)
.