Skip to content

Commit

Permalink
remarks
Browse files Browse the repository at this point in the history
  • Loading branch information
mensfeld committed Sep 11, 2023
1 parent 788340f commit 0037eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/karafka/web/ui/models/metrics/charts/topics.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def max_lso_time
metrics.each do |current|
# We convert this to seconds from milliseconds due to our Web UI precision
# Reporting is in ms for consistency
normalized_fd =((current.last[:ls_offset_fd] || 0) / 1_000).round
normalized_fd = ((current.last[:ls_offset_fd] || 0) / 1_000).round
topics[topic_without_cg][current.first] << normalized_fd
end
end
Expand Down

0 comments on commit 0037eae

Please sign in to comment.