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

Function Edition

pkg/usagestats/stats.go:208–210  ·  view source on GitHub ↗

Edition sets the edition name. This can be set multiple times.

(edition string)

Source from the content-addressed store, hash-verified

206
207// Edition sets the edition name. This can be set multiple times.
208func Edition(edition string) {
209 NewString(editionKey).Set(edition)
210}
211
212type Statistics struct {
213 min *atomic.Float64

Callers 4

NewFunction · 0.92
Test_BuildReportFunction · 0.85
Test_BuildStatsFunction · 0.85
TestPanicsFunction · 0.85

Calls 2

NewStringFunction · 0.85
SetMethod · 0.65

Tested by 3

Test_BuildReportFunction · 0.68
Test_BuildStatsFunction · 0.68
TestPanicsFunction · 0.68