Uses of Class
io.opencensus.trace.export.SpanExporter
-
Packages that use SpanExporter Package Description io.opencensus.implcore.trace.export io.opencensus.trace.export -
-
Uses of SpanExporter in io.opencensus.implcore.trace.export
Subclasses of SpanExporter in io.opencensus.implcore.trace.export Modifier and Type Class Description class
SpanExporterImpl
Implementation of theSpanExporter
. -
Uses of SpanExporter in io.opencensus.trace.export
Subclasses of SpanExporter in io.opencensus.trace.export Modifier and Type Class Description private static class
SpanExporter.NoopSpanExporter
Fields in io.opencensus.trace.export declared as SpanExporter Modifier and Type Field Description private static SpanExporter
SpanExporter. NOOP_SPAN_EXPORTER
Methods in io.opencensus.trace.export that return SpanExporter Modifier and Type Method Description static SpanExporter
SpanExporter. getNoopSpanExporter()
Returns the no-op implementation of theExportComponent
.abstract SpanExporter
ExportComponent. getSpanExporter()
Returns theSpanExporter
which can be used to register handlers to export all the spans that are part of a distributed sampled trace (seeTraceOptions.isSampled()
).SpanExporter
ExportComponent.NoopExportComponent. getSpanExporter()
-