Skip to content

Commit 6d3825c

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def time_from_timestamp(timestamp)
7575
# old format, timestamps were stored as fractional seconds since the epoch
7676
timestamp
7777
else
78-
timestamp / 1000
78+
timestamp / 1000r
7979
end
8080
end
8181
end

0 commit comments

Comments
 (0)