Feature request: Add multiple dimensets to the same Metrics instance #845
Labels
area/metrics
Core metrics utility
feature-request
New or enhancements to existing features
good first issue
Good for newcomers
Use case
Add Support for multiple dimension sets for the same Metrics instance
This feature would allow users to gain more granular insights and comprehensive views of their applications by creating aggregating metrics across various dimensions.
Reference: aws-powertools/powertools-lambda-python#6198
Solution/User Experience
Add a new
AddDimensions()
method to the Metrics class that accepts aList<DimensionSet>
Example:
This will output
Notes:
Alternative solutions
Acknowledgment
The text was updated successfully, but these errors were encountered: