(span trace.Span, ns uint64)
| 565 | } |
| 566 | |
| 567 | func annotateNamespace(span trace.Span, ns uint64) { |
| 568 | span.SetAttributes(attribute.String("ns", fmt.Sprintf("%d", ns))) |
| 569 | } |
| 570 | |
| 571 | func annotateStartTs(span trace.Span, ts uint64) { |
| 572 | span.SetAttributes(attribute.String("startTs", fmt.Sprintf("%d", ts))) |
no test coverage detected