package
0.0.0-20241009004650-84ea22048b9a
Repository: https://github.com/azure/azure-dev.git
Documentation: pkg.go.dev

# Packages

Package baggage provides an implementation of storing trace-level context data, i.e.
Package events provides definitions and functions related to the definition of telemetry events.
Package fields provides definitions and functions related to the definition of telemetry fields.
Package resource provides application-level resource attributes for telemetry purposes.

# Functions

Sets or appends a value to a slice-type usage attribute that possibly exists.
Sets or appends a value to a string slice-type usage attribute that possibly exists, merging on unique elements.
Returns all global attributes set.
Returns all usage attributes set.
Sets or increments a possibly stored usage attribute.
SetAttributesInContext sets the given attributes for the current running span.
SetBaggageInContext sets the given attributes as baggage.
Sets global attributes that are included with all telemetry events emitted.
Sets usage attributes that are included with usage events emitted.
Start creates a span and a context.Context containing the newly-created span.

# Variables

InteractTimeMs is the time spent waiting on user interaction in milliseconds.

# Interfaces

Span is the individual component of a trace.
Tracer is the creator of Spans.