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 classSpanExporterImplImplementation 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 classSpanExporter.NoopSpanExporterFields in io.opencensus.trace.export declared as SpanExporter Modifier and Type Field Description private static SpanExporterSpanExporter. NOOP_SPAN_EXPORTERMethods in io.opencensus.trace.export that return SpanExporter Modifier and Type Method Description static 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()).SpanExporterExportComponent.NoopExportComponent. getSpanExporter()
-