MCPcopy
hub / github.com/grafana/tempo / Values

Method Values

pkg/drain/log_cluster_cache.go:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30}
31
32func (c *logClusterCache) Values() iter.Seq[*LogCluster] {
33 return c.cache.Values()
34}
35
36// Set adds a cluster to the cache. This method may evict other clusters from the cache if it's full.
37func (c *logClusterCache) Put(cluster *LogCluster) {

Callers 15

SearchTagValuesV2Method · 0.45
tagValuesRunnerFunction · 0.45
TestFetchTagValuesFunction · 0.45
findTraceByIDFunction · 0.45
TestFetchTagValuesFunction · 0.45
findTraceByIDFunction · 0.45
TestFetchTagValuesFunction · 0.45
findTraceByIDFunction · 0.45

Calls

no outgoing calls

Tested by 10

tagValuesRunnerFunction · 0.36
TestFetchTagValuesFunction · 0.36
TestFetchTagValuesFunction · 0.36
TestFetchTagValuesFunction · 0.36
TestExecuteTagValuesFunction · 0.36