(spans int, traceID []byte)
| 164 | } |
| 165 | |
| 166 | func MakeBatch(spans int, traceID []byte) *v1_trace.ResourceSpans { |
| 167 | return makeBatchWithTimeRange(spans, traceID, nil, nil) |
| 168 | } |
| 169 | |
| 170 | func MakeBatchWithAttributes(spans int, traceID []byte, resAttributes []*v1_common.KeyValue) *v1_trace.ResourceSpans { |
| 171 | return makeBatchWithTimeRange(spans, traceID, nil, resAttributes) |