Releases: awslabs/aws-embedded-metrics-python
Releases · awslabs/aws-embedded-metrics-python
v3.0.0
What's changed
- Add validation for dimensions, metrics and namespace in #91
- Prevent duplicate dimensions in #85
- Add support to clear custom dimensions and configure dimension preservation across flushes in #89
- Various bug fixes and improvements
Full Changelog: v2.0.1...v3.0.0
v2.0.0
- Support for 30 dimensions per dimension set. If more than 30 dimensions are given then
DimensionSetExceededError
will be thrown.(#80)
v1.0.8
Improve security by updating to IMDSv2 to access ec2 instance metadata via #78
Migrate canary to fargate via #68
v1.0.7
- Split log entries so each entry contains a maximum of 100 datapoints via #64. thanks @paulez!
v1.0.6
- Support environment overrides and add a LocalEnvironment. via #60 and #61. Thanks @02strich!
v1.0.5
- Add publicly accessible Units enum via #49. Thanks @jen-w!
- Add a DISABLE_METRIC_EXTRACTION config option via #55. Thanks @Dunedan!
v1.0.4
- Fix concurrent socket connection issue via #44
- Fix timestamp related issue caused by eager creation of the logger via #46