Uses of Class
io.opencensus.trace.export.SampledSpanStore.ErrorFilter
-
Packages that use SampledSpanStore.ErrorFilter Package Description io.opencensus.implcore.trace.export io.opencensus.trace.export -
-
Uses of SampledSpanStore.ErrorFilter in io.opencensus.implcore.trace.export
Methods in io.opencensus.implcore.trace.export with parameters of type SampledSpanStore.ErrorFilter Modifier and Type Method Description java.util.Collection<SpanData>
InProcessSampledSpanStoreImpl. getErrorSampledSpans(SampledSpanStore.ErrorFilter filter)
java.util.Collection<SpanData>
SampledSpanStoreImpl.NoopSampledSpanStoreImpl. getErrorSampledSpans(SampledSpanStore.ErrorFilter filter)
-
Uses of SampledSpanStore.ErrorFilter in io.opencensus.trace.export
Subclasses of SampledSpanStore.ErrorFilter in io.opencensus.trace.export Modifier and Type Class Description (package private) class
AutoValue_SampledSpanStore_ErrorFilter
Methods in io.opencensus.trace.export that return SampledSpanStore.ErrorFilter Modifier and Type Method Description static SampledSpanStore.ErrorFilter
SampledSpanStore.ErrorFilter. create(java.lang.String spanName, Status.CanonicalCode canonicalCode, int maxSpansToReturn)
Returns a new instance ofErrorFilter
.Methods in io.opencensus.trace.export with parameters of type SampledSpanStore.ErrorFilter Modifier and Type Method Description abstract java.util.Collection<SpanData>
SampledSpanStore. getErrorSampledSpans(SampledSpanStore.ErrorFilter filter)
java.util.Collection<SpanData>
SampledSpanStore.NoopSampledSpanStore. getErrorSampledSpans(SampledSpanStore.ErrorFilter filter)
-