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

Method Add

modules/generator/registry/interface.go:20–20  ·  modules/generator/registry/interface.go::LabelBuilder.Add
(name, value string)

Source from the content-addressed store, hash-verified

18
19type LabelBuilder interface {
20 Add(name, value string)
21 CloseAndBuildLabels() (labels.Labels, bool)
22}
23

Callers 15

TestLabelBuilderFunction · 0.95
buildTestLabelsFunction · 0.95
onCompleteMethod · 0.95
RetainWithConfigMethod · 0.65
retainTenantMethod · 0.65
compactOneTenantMethod · 0.65

Implementers 1

labelBuildermodules/generator/registry/builder.go

Calls

no outgoing calls