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

Function MakeThriftBatchWithSpanCount

integration/util/harness_api_writes.go:40–42  ·  view source on GitHub ↗
(n int)

Source from the content-addressed store, hash-verified

38}
39
40func MakeThriftBatchWithSpanCount(n int) *thrift.Batch {
41 return MakeThriftBatchWithSpanCountAttributeAndName(n, "my operation", "", "y", "xx", "x")
42}
43
44func MakeThriftBatchWithSpanCountAttributeAndName(n int, name, resourceValue, spanValue, resourceTag, spanTag string) *thrift.Batch {
45 var spans []*thrift.Span

Callers 1

MakeThriftBatchFunction · 0.85

Tested by

no test coverage detected