Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsimpson committed Aug 22, 2023
1 parent bac0985 commit 08ae1e8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ class WithResourceMetricsConverter(resource: Resource, kamonVersion: String, fro
case b if b > 1 => positiveCounts += iterTo
} else if (fromUpperBound.value == toUpperBound) toLowerBound match {
case 1 =>
zeroCount += iterFrom
iterTo
countInBucket += iterFrom
zeroCount += iterTo
case b if b < 1 =>
countInBucket += iterFrom
negativeCounts += iterTo
Expand Down

0 comments on commit 08ae1e8

Please sign in to comment.