Leandro Damascena's Avatar

Leandro Damascena

@leocdamascena

๐Ÿ‡ง๐Ÿ‡ท๐Ÿ‡ต๐Ÿ‡น๐Ÿ„๐Ÿ‚ Powertools SA @awscloud Opinions are my own http://leandrodamascena.medium.com Open-source enthusiast

54
Followers
68
Following
4
Posts
21.11.2024
Joined
Posts Following

Latest posts by Leandro Damascena @leocdamascena

Post image

Loving the new Aurora Serverless scale-to-zero feature โค๏ธ

25.11.2024 19:25 ๐Ÿ‘ 36 ๐Ÿ” 6 ๐Ÿ’ฌ 2 ๐Ÿ“Œ 0

Thanks a lot dude! ๐ŸŽ‰๐ŸŽ‰๐Ÿ‘๐Ÿ‘

23.11.2024 21:51 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Thank you! See you at re:Invent?!

Btw I hope that your sweet daughter is going well ๐Ÿ™๐Ÿ™

23.11.2024 21:12 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

I like the idea too! We can improve the feedback loop and allow the developer catch this behavior while in dev environment, like you.

Do you mind to open an issue in the typescript repository and report this?!

23.11.2024 21:07 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 2 ๐Ÿ“Œ 0
Preview
Bug: Custom Metrics with different Dimensions treated as Multi-value Metrics when using `log_metrics` Decorator. ยท Issue #5361 ยท aws-powertools/powertools-lambda-python Expected Behaviour While using the AWS Powertools for Metrics, I've encountered an issue with how multiple metrics EMFs are handled when they share the same name but differ by their dimensions whil...

Hey there! We store the dimensions in a dict before flushing the metrics and if you add two dimensions with the same name, the latter will overwrite the former.

What I think is might need to add a warning in those situations, so, customers will know what happens.

github.com/aws-powertoo...

23.11.2024 20:03 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0