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 SpanExporterSpanExporter.NOOP_SPAN_EXPORTERMethods in io.opencensus.trace.export that return SpanExporterModifier and TypeMethodDescriptionstatic SpanExporterSpanExporter.getNoopSpanExporter()Returns the no-op implementation of theExportComponent.abstract SpanExporterExportComponent.getSpanExporter()Returns theSpanExporterwhich can be used to register handlers to export all the spans that are part of a distributed sampled trace (seeTraceOptions.isSampled()).ExportComponent.NoopExportComponent.getSpanExporter()