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

Function estimateAttrSize

tempodb/encoding/vparquet4/create.go:312–314  ·  view source on GitHub ↗
(attrs []Attribute)

Source from the content-addressed store, hash-verified

310}
311
312func estimateAttrSize(attrs []Attribute) (size int) {
313 return len(attrs) * 7 // 7 attribute lvl fields
314}
315
316func estimateEventsSize(events []Event) (size int) {
317 for _, e := range events {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected