Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ CloseAndBuildLabels
Method
CloseAndBuildLabels
modules/generator/registry/interface.go:21–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
type
LabelBuilder
interface
{
20
Add(name, value string)
21
CloseAndBuildLabels() (labels.Labels, bool)
22
}
23
24
// Counter
Callers
11
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
TestManagedRegistry_InfoMetricLabelsNotInDemandEstimate
Function · 0.65
PushSpans
Method · 0.65
Implementers
1
labelBuilder
modules/generator/registry/builder.go
Calls
no outgoing calls
Tested by
8
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
TestManagedRegistry_InfoMetricLabelsNotInDemandEstimate
Function · 0.52