The lack of such a member means that there is no way to create metrics with unit "None" via Powertools. One cannot pass the string "None" as the unit parameter of Metric.add_metric, due to this code.
Of course, I realize that a MetricUnit member for "None" cannot be named None, but can a member with a different name (perhaps named None_ or NoUnit) please be added to the enum?
Use case
Original issue: https://github.com/aws-powertools/powertools-lambda-python/issues/4834
Consider changes to the Dotnet naming pattern in the text below.
Solution/User Experience
Original issue: https://github.com/aws-powertools/powertools-lambda-python/issues/4834
Alternative solutions
No response
Acknowledgment