Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
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
19
type
LabelBuilder
interface
{
20
Add(name, value string)
21
CloseAndBuildLabels() (labels.Labels, bool)
22
}
23
Callers
15
TestLabelBuilder
Function · 0.95
TestLabelBuilder_MaxLabelNameLength
Function · 0.95
TestLabelBuilder_InvalidUTF8
Function · 0.95
TestLabelBuilder_Sanitizer
Function · 0.95
buildTestLabels
Function · 0.95
TestManagedRegistry_maxLabelNameLength
Function · 0.95
TestManagedRegistry_cardinalitySanitizer
Function · 0.95
onComplete
Method · 0.95
aggregateMetricsForSpan
Method · 0.95
RetainWithConfig
Method · 0.65
retainTenant
Method · 0.65
compactOneTenant
Method · 0.65
Implementers
1
labelBuilder
modules/generator/registry/builder.go
Calls
no outgoing calls
Tested by
15
TestLabelBuilder
Function · 0.76
TestLabelBuilder_MaxLabelNameLength
Function · 0.76
TestLabelBuilder_InvalidUTF8
Function · 0.76
TestLabelBuilder_Sanitizer
Function · 0.76
buildTestLabels
Function · 0.76
TestManagedRegistry_maxLabelNameLength
Function · 0.76
TestManagedRegistry_cardinalitySanitizer
Function · 0.76
TestIncludeCompactedBlock
Function · 0.52
testCompleteBlockHonorsStartStopTimes
Function · 0.52
TestPollNotification
Function · 0.52
TestDoForAtLeast
Function · 0.52
testAppendBlockStartEnd
Function · 0.52