Versions in this module Expand all Collapse all v1 v1.0.2 May 10, 2023 Changes in this version + const CodeHotspotsEnvVar + const EndpointCountEnvVar + const EndpointEnvVar + const LocalRootSpanID + const SpanID + const TraceEndpoint + type EndpointCounter struct + func GlobalEndpointCounter() *EndpointCounter + func NewEndpointCounter(limit int) *EndpointCounter + func (e *EndpointCounter) GetAndReset() map[string]uint64 + func (e *EndpointCounter) Inc(endpoint string) + func (e *EndpointCounter) SetEnabled(enabled bool) bool