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

Function Target

pkg/usagestats/stats.go:203–205  ·  view source on GitHub ↗

Target sets the target name. This can be set multiple times.

(target string)

Source from the content-addressed store, hash-verified

201
202// Target sets the target name. This can be set multiple times.
203func Target(target string) {
204 NewString(targetKey).Set(target)
205}
206
207// Edition sets the edition name. This can be set multiple times.
208func Edition(edition string) {

Callers 4

initUsageReportMethod · 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