Skip to content

Commit

Permalink
feat(metrics): add unit None for CloudWatch EMF Metrics (#2904)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrea Amorosi <dreamorosi@gmail.com>
  • Loading branch information
am29d and dreamorosi authored Aug 8, 2024
1 parent 806b884 commit fa27cba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/metrics/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const MetricUnit = {
GigabitsPerSecond: 'Gigabits/Second',
TerabitsPerSecond: 'Terabits/Second',
CountPerSecond: 'Count/Second',
NoUnit: 'None',
} as const;

const MetricResolution = {
Expand Down

0 comments on commit fa27cba

Please sign in to comment.