Package io.opencensus.trace.export
package io.opencensus.trace.export
-
ClassDescriptionClass that holds the implementation instances for
SpanExporter
,RunningSpanStore
andSampledSpanStore
.This class allows users to access in-process information about all running spans.Filter for running spans.Summary of all available data for a span name.The summary of all available data.This class allows users to access in-process information such as latency based sampled spans and error based sampled spans.Filter for error based sampled spans.The latency buckets boundaries.Filter for latency based sampled spans.Summary of all available data for a span name.The summary of all available data.Immutable representation of all data collected by theSpan
class.A set of attributes and the number of dropped attributes representation.A list of links and the number of dropped links representation.A timed event representation.A list of timed events and the number of dropped events representation.A service that is used by the library to exportSpanData
for all the spans that are part of a distributed sampled trace (seeTraceOptions.isSampled()
).An abstract class that allows different tracing services to export recorded data for sampled spans in their own format.