Uses of Class
io.opencensus.trace.export.SpanData
Packages that use SpanData
Package
Description
-
Uses of SpanData in io.opencensus.contrib.zpages
Classes in io.opencensus.contrib.zpages that implement interfaces with type arguments of type SpanDataModifier and TypeClassDescriptionprivate static final classMethods in io.opencensus.contrib.zpages with parameters of type SpanDataModifier and TypeMethodDescriptionintprivate static voidTracezZPageHandler.emitSingleSpan(Formatter formatter, SpanData span) Method parameters in io.opencensus.contrib.zpages with type arguments of type SpanDataModifier and TypeMethodDescriptionprivate static voidTracezZPageHandler.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 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
Fields in io.opencensus.implcore.trace.export with type parameters of type SpanDataModifier and TypeFieldDescriptionprivate static final Collection<SpanData> SampledSpanStoreImpl.NoopSampledSpanStoreImpl.EMPTY_SPANDATAMethods 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 voidSpanExporterImpl.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 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) 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 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).