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