# Functions
SetSpanStatus sets `span.SetStatus` to the proper status depending on `err`.
StartSpan wraps "go.opencensus.io/trace".StartSpan, but, if the span is sampling, adds a log entry to the context that points to the newly created span.
StartSpanWithRemoteParent wraps "go.opencensus.io/trace".StartSpanWithRemoteParent.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
LogrusExporter is an OpenCensus `trace.Exporter` that exports `trace.SpanData` to logrus output.