Releases: awslabs/aws-embedded-metrics-python
Releases · awslabs/aws-embedded-metrics-python
v3.3.0
What's Changed
- Add awsfirelens log driver to example documentation by @gordonpn in #114
- Fix @metric_scope for generator and async generator functions by @acradu in #113
- Bump version to 3.3.0 by @seoberha in #118
New Contributors
Full Changelog: v3.2.0...v3.3.0
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!