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

Method add

cmd/tempo-cli/cmd-analyse-block.go:417–422  ·  view source on GitHub ↗
(other blockSummary)

Source from the content-addressed store, hash-verified

415}
416
417func (s *blockSummary) add(other blockSummary) {
418 s.numRowGroups += other.numRowGroups
419 s.spanSummary.add(other.spanSummary)
420 s.resourceSummary.add(other.resourceSummary)
421 s.eventSummary.add(other.eventSummary)
422}
423
424func (s blockSummary) print(settings heuristicSettings, printSettings printSettings) error {
425 if printSettings.Full {

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected