# Functions

No description provided by the author
RegisterTraceServiceHandler registers the http handlers for service TraceService to "mux".
RegisterTraceServiceHandlerClient registers the http handlers for service TraceService to "mux".
RegisterTraceServiceHandlerFromEndpoint is same as RegisterTraceServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author

# Structs

Sampler that always makes a constant decision on span sampling.
No description provided by the author
No description provided by the author
Sampler that tries to uniformly sample traces with a given probability.
Sampler that tries to sample with a rate per time window.
Global configuration of the trace service.
No description provided by the author
No description provided by the author
No description provided by the author
UnimplementedTraceServiceServer can be embedded to have forward compatible implementations.

# Interfaces

TraceServiceClient is the client API for TraceService service.
TraceServiceServer is the server API for TraceService service.

# Type aliases

How spans should be sampled: - Always off - Always on - Always follow the parent Span's decision (off if no parent).