Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ Inc
Method
Inc
modules/generator/registry/interface.go:49–49 ·
view source on GitHub ↗
(lbls labels.Labels, value float64)
Source
from the content-addressed store, hash-verified
47
// Set sets the Gauge to an arbitrary value.
48
Set(lbls labels.Labels, value float64)
49
Inc(lbls labels.Labels, value float64)
50
SetForTargetInfo(lbls labels.Labels, value float64)
51
}
52
Callers
15
retainTenant
Method · 0.65
compactOneTenant
Method · 0.65
markCompacted
Function · 0.65
RunJobs
Method · 0.65
Do
Method · 0.65
pollTenantAndCreateIndex
Method · 0.65
pollUnknown
Method · 0.65
Flush
Method · 0.65
TestBlockbuilder_lookbackOnNoCommit
Function · 0.65
TestBlockbuilder_without_partitions_assigned_returns_an_error
Function · 0.65
TestBlockbuilder_fetchMetricsIncrement
Function · 0.65
TestBlockbuilder_startWithCommit
Function · 0.65
Implementers
2
testGauge
modules/generator/registry/test.go
gauge
modules/generator/registry/gauge.go
Calls
no outgoing calls
Tested by
15
TestBlockbuilder_lookbackOnNoCommit
Function · 0.52
TestBlockbuilder_without_partitions_assigned_returns_an_error
Function · 0.52
TestBlockbuilder_fetchMetricsIncrement
Function · 0.52
TestBlockbuilder_startWithCommit
Function · 0.52
TestBlockbuilder_flushingFails
Function · 0.52
TestBlockbuilder_receivesOldRecords
Function · 0.52
TestBlockbuilder_committingFails
Function · 0.52
TestBlockbuilder_retries_on_retriable_commit_error
Function · 0.52
TestBlockbuilder_retries_on_commit_error
Function · 0.52
TestBlockbuilder_noDoubleConsumption
Function · 0.52
TestBlockBuilder_honor_maxBytesPerCycle
Function · 0.52
TestBlockbuilder_usesRecordTimestampForBlockStartAndEnd
Function · 0.52