Skip to content

Commit bf59d43

Browse files
committed
feat(metrics): Add NoUnit type for EMF
1 parent c248549 commit bf59d43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aws_lambda_powertools/metrics/provider/cloudwatch_emf/metric_properties.py

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ class MetricUnit(Enum):
3030
GigabitsPerSecond = "Gigabits/Second"
3131
TerabitsPerSecond = "Terabits/Second"
3232
CountPerSecond = "Count/Second"
33+
NoUnit = "None"
3334

3435

3536
class MetricResolution(Enum):

0 commit comments

Comments
 (0)