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

Method totalStringCount

cmd/tempo-cli/cmd-analyse-block.go:575–581  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

573}
574
575func (a attributeSummary) totalStringCount() uint64 {
576 total := uint64(0)
577 for _, a := range a.attributes {
578 total += a.cardinality.totalOccurrences()
579 }
580 return total
581}
582
583func (a attributeSummary) totalIntegerCount() uint64 {
584 total := uint64(0)

Callers 1

printFullSummaryFunction · 0.80

Calls 1

totalOccurrencesMethod · 0.80

Tested by

no test coverage detected