Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arun-shopify committed Sep 6, 2022
1 parent 8757a35 commit d49c57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processor/spanmetricsprocessor/processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ func setLatencyExemplars(exemplarsData []exemplarData, timestamp pcommon.Timesta
value := ed.value
traceID := ed.traceID
spanID := ed.spanID

exemplar := es.AppendEmpty()
exemplar.SetDoubleVal(value)
exemplar.SetTimestamp(timestamp)
Expand Down

0 comments on commit d49c57f

Please sign in to comment.