MCPcopy
hub / github.com/grafana/tempo / adaptiveSampler

Struct adaptiveSampler

pkg/traceql/sampler.go:80–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80type adaptiveSampler struct {
81 expected uint64
82 measured, skipped, sampled uint64
83 lost uint64
84 info bool
85 debug bool
86
87 // Probabilistic part
88 curr int
89 lim int
90}
91
92var _ Sampler = (*adaptiveSampler)(nil)
93

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected