(spans int, traceID []byte, resAttributes []*v1_common.KeyValue)
| 168 | } |
| 169 | |
| 170 | func MakeBatchWithAttributes(spans int, traceID []byte, resAttributes []*v1_common.KeyValue) *v1_trace.ResourceSpans { |
| 171 | return makeBatchWithTimeRange(spans, traceID, nil, resAttributes) |
| 172 | } |
| 173 | |
| 174 | type batchTimeRange struct { |
| 175 | start uint64 |