Skip to content

Commit fa27cba

Browse files
am29ddreamorosi
andauthored
feat(metrics): add unit None for CloudWatch EMF Metrics (#2904)
Co-authored-by: Andrea Amorosi <[email protected]>
1 parent 806b884 commit fa27cba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: packages/metrics/src/constants.ts

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ const MetricUnit = {
3131
GigabitsPerSecond: 'Gigabits/Second',
3232
TerabitsPerSecond: 'Terabits/Second',
3333
CountPerSecond: 'Count/Second',
34+
NoUnit: 'None',
3435
} as const;
3536

3637
const MetricResolution = {

0 commit comments

Comments
 (0)