Uses of Class
io.opencensus.trace.export.SpanExporter
Packages that use SpanExporter
-
Uses of SpanExporter in io.opencensus.implcore.trace.export
Subclasses of SpanExporter in io.opencensus.implcore.trace.export -
Uses of SpanExporter in io.opencensus.trace.export
Subclasses of SpanExporter in io.opencensus.trace.exportFields in io.opencensus.trace.export declared as SpanExporterModifier and TypeFieldDescriptionprivate static final SpanExporter
SpanExporter.NOOP_SPAN_EXPORTER
Methods in io.opencensus.trace.export that return SpanExporterModifier and TypeMethodDescriptionstatic 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()
).ExportComponent.NoopExportComponent.getSpanExporter()