Skip to content

Commit

Permalink
Suppress sessions unit warning (#1279)
Browse files Browse the repository at this point in the history
  • Loading branch information
jefchien authored Aug 8, 2024
1 parent dcc2f33 commit 66b7954
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/cloudwatch/unit.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ var scaledBaseUnits = map[types.StandardUnit]map[unit.MetricPrefix]types.Standar

var knownNonConvertibleUnits = collections.NewSet(
// JMX/Tomcat units
"sessions",
"errors",
"threads",
"requests",
Expand Down

0 comments on commit 66b7954

Please sign in to comment.