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

Function MakeThriftBatch

integration/util/harness_api_writes.go:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34)
35
36func MakeThriftBatch() *thrift.Batch {
37 return MakeThriftBatchWithSpanCount(1)
38}
39
40func MakeThriftBatchWithSpanCount(n int) *thrift.Batch {
41 return MakeThriftBatchWithSpanCountAttributeAndName(n, "my operation", "", "y", "xx", "x")

Calls 1