Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ Delete
Method
Delete
pkg/drain/drain.go:131–133 ·
view source on GitHub ↗
(cluster *LogCluster)
Source
from the content-addressed store, hash-verified
129
}
130
131
func
(d *Drain) Delete(cluster *LogCluster) {
132
d.idToCluster.Remove(cluster.id)
133
}
134
135
func
(d *Drain) findMatchingClusterForTokens(tokens []string) *LogCluster {
136
tokenCount := len(tokens)
Callers
nothing calls this directly
Calls
1
Remove
Method · 0.80
Tested by
no test coverage detected