Skip to content

Commit a5b67d8

Browse files
dmathieutt
andauthored
Update instrumentation/sidekiq/lib/opentelemetry/instrumentation/sidekiq/middlewares/client/tracer_middleware.rb
Co-authored-by: Troels Thomsen <[email protected]>
1 parent 6d3825c commit a5b67d8

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/sidekiq/lib/opentelemetry/instrumentation/sidekiq/middlewares/client

1 file changed

+1
-1
lines changed

instrumentation/sidekiq/lib/opentelemetry/instrumentation/sidekiq/middlewares/client/tracer_middleware.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def time_from_timestamp(timestamp)
5151
# old format, timestamps were stored as fractional seconds since the epoch
5252
timestamp
5353
else
54-
timestamp / 1000
54+
timestamp / 1000r
5555
end
5656
end
5757
end

0 commit comments

Comments
 (0)