Skip to content

Commit

Permalink
remove test artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
ie-pham committed Dec 28, 2023
1 parent 017e400 commit 61a9688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tracegen/parameterized.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ func (g *ParameterizedGenerator) generateSpan(t *TraceParams, dest ptrace.Span)
event := span.Events().AppendEmpty()
event.SetName(random.K6String(12))
event.SetTimestamp(pcommon.NewTimestampFromTime(startTime))
event.Attributes().PutStr("event attribute"+random.K6String(5), random.K6String(12))
event.Attributes().PutStr(random.K6String(5), random.K6String(12))

link := span.Links().AppendEmpty()
link.SetTraceID(traceID)
Expand Down

0 comments on commit 61a9688

Please sign in to comment.