Uses of Interface
com.google.cloud.firestore.telemetry.TraceUtil.Span
Packages that use TraceUtil.Span
-
Uses of TraceUtil.Span in com.google.cloud.firestore.telemetry
Methods in com.google.cloud.firestore.telemetry that return TraceUtil.SpanModifier and TypeMethodDescriptionAdds the given event to this span.Adds the given event with the given attributes to this span.DisabledTraceUtil.currentSpan()EnabledTraceUtil.currentSpan()TraceUtil.currentSpan()Returns the current span.TraceUtil.Span.setAttribute(String key, boolean value) Adds the given attribute to this span.TraceUtil.Span.setAttribute(String key, int value) Adds the given attribute to this span.TraceUtil.Span.setAttribute(String key, String value) Adds the given attribute to this span.DisabledTraceUtil.startSpan(String spanName, TraceUtil.Context parent) EnabledTraceUtil.startSpan(String spanName, TraceUtil.Context parent) Starts a new span with the given name, sets it as the current span, and returns it.TraceUtil.startSpan(String spanName, TraceUtil.Context parent) Starts a new span with the given name and the given context as its parent, sets it as the current span, and returns it.