(span trace.Span, ts uint64)
| 569 | } |
| 570 | |
| 571 | func annotateStartTs(span trace.Span, ts uint64) { |
| 572 | span.SetAttributes(attribute.String("startTs", fmt.Sprintf("%d", ts))) |
| 573 | } |
| 574 | |
| 575 | func (s *Server) doMutate(ctx context.Context, qc *queryContext, resp *api.Response) error { |
| 576 | if len(qc.gmuList) == 0 { |
no test coverage detected