Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var UserAgent = fmt.Sprintf("opentelemetry-go/%s", opentelemetry.Version())
UserAgent is the user agent to be added to the outgoing requests from the exporters.
Functions ¶
func ConvertCode ¶ added in v0.11.0
ConvertCode converts an OpenTelemetry Code into the equivalent gRPC code.
func MonotonicEndTime ¶
MonotonicEndTime returns the end time at present but offset from start, monotonically.
The monotonic clock is used in subtractions hence the duration since start added back to start gives end as a monotonic time. See https://golang.org/pkg/time/#hdr-Monotonic_Clocks
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.