MCPcopy
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
131func (d *Drain) Delete(cluster *LogCluster) {
132 d.idToCluster.Remove(cluster.id)
133}
134
135func (d *Drain) findMatchingClusterForTokens(tokens []string) *LogCluster {
136 tokenCount := len(tokens)

Callers

nothing calls this directly

Calls 1

RemoveMethod · 0.80

Tested by

no test coverage detected