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

Function NewTestRegistry

modules/generator/registry/test.go:26–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24var _ Registry = (*TestRegistry)(nil)
25
26func NewTestRegistry() *TestRegistry {
27 return &TestRegistry{
28 metrics: map[string]float64{},
29 }
30}
31
32func (t *TestRegistry) NewCounter(name string) Counter {
33 return &testCounter{

Calls

no outgoing calls