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

Function estimateAttrSize

tempodb/encoding/vparquet3/create.go:281–283  ·  view source on GitHub ↗
(attrs []Attribute)

Source from the content-addressed store, hash-verified

279}
280
281func estimateAttrSize(attrs []Attribute) (size int) {
282 return len(attrs) * 7 // 7 attribute lvl fields
283}
284
285func estimateEventsSize(events []Event) (size int) {
286 for _, e := range events {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected