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

Method Metrics

pkg/traceql/engine_metrics.go:1485–1490  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1483}
1484
1485func (e *MetricsEvaluator) Metrics() (uint64, uint64, uint64) {
1486 e.mtx.Lock()
1487 defer e.mtx.Unlock()
1488
1489 return e.bytes, e.spansTotal, e.spansDeduped
1490}
1491
1492func (e *MetricsEvaluator) Results() SeriesSet {
1493 e.mtx.Lock()

Callers 6

TestSamplingErrorFunction · 0.80
TestSamplingErrorFunction · 0.80
queryBlockMethod · 0.80

Calls

no outgoing calls

Tested by 5

TestSamplingErrorFunction · 0.64
TestSamplingErrorFunction · 0.64