Uses of Interface
io.opencensus.proto.trace.v1.StackTraceOrBuilder
-
Packages that use StackTraceOrBuilder Package Description io.opencensus.proto.trace.v1 -
-
Uses of StackTraceOrBuilder in io.opencensus.proto.trace.v1
Classes in io.opencensus.proto.trace.v1 that implement StackTraceOrBuilder Modifier and Type Class Description classStackTraceThe call stack which originated this span.static classStackTrace.BuilderThe call stack which originated this span.Methods in io.opencensus.proto.trace.v1 that return StackTraceOrBuilder Modifier and Type Method Description StackTraceOrBuilderSpan.Builder. getStackTraceOrBuilder()A stack trace captured at the start of the span.StackTraceOrBuilderSpan. getStackTraceOrBuilder()A stack trace captured at the start of the span.StackTraceOrBuilderSpanOrBuilder. getStackTraceOrBuilder()A stack trace captured at the start of the span.
-