Recent Releases of https://github.com/awslabs/aws-embedded-metrics-python
https://github.com/awslabs/aws-embedded-metrics-python - v3.3.0
What's Changed
- Add awsfirelens log driver to example documentation by @gordonpn in https://github.com/awslabs/aws-embedded-metrics-python/pull/114
- Fix @metric_scope for generator and async generator functions by @acradu in https://github.com/awslabs/aws-embedded-metrics-python/pull/113
- Bump version to 3.3.0 by @seoberha in https://github.com/awslabs/aws-embedded-metrics-python/pull/118
New Contributors
- @acradu made their first contribution in https://github.com/awslabs/aws-embedded-metrics-python/pull/113
- @seoberha made their first contribution in https://github.com/awslabs/aws-embedded-metrics-python/pull/118
Full Changelog: https://github.com/awslabs/aws-embedded-metrics-python/compare/v3.2.0...v3.3.0
- Python
Published by seoberha over 1 year ago
https://github.com/awslabs/aws-embedded-metrics-python - v3.3.0
What's Changed
- Add awsfirelens log driver to example documentation by @gordonpn in https://github.com/awslabs/aws-embedded-metrics-python/pull/114
- Fix @metric_scope for generator and async generator functions by @acradu in https://github.com/awslabs/aws-embedded-metrics-python/pull/113
New Contributors
- @acradu made their first contribution in https://github.com/awslabs/aws-embedded-metrics-python/pull/113
Full Changelog: https://github.com/awslabs/aws-embedded-metrics-python/compare/v3.2.0...v3.3.0
- Python
Published by seoberha over 1 year ago
https://github.com/awslabs/aws-embedded-metrics-python - v3.2.0
What's Changed
- Added support to set custom timestamp in https://github.com/awslabs/aws-embedded-metrics-python/pull/110
Full Changelog: https://github.com/awslabs/aws-embedded-metrics-python/compare/v3.1.1...v3.2.0
- Python
Published by markkuhn almost 3 years ago
https://github.com/awslabs/aws-embedded-metrics-python - v3.1.1
- Update README.md
- Fix defect where duplicate data is saved making incorrect metric values get saved
- add py.typed file
- Update examples
- Python
Published by Himtanaya about 3 years ago
https://github.com/awslabs/aws-embedded-metrics-python - v3.1.0
What's Changed
- High Resolution Metrics Support #96
Full Changelog: https://github.com/awslabs/aws-embedded-metrics-python/compare/v3.0.0...v3.1.0
- Python
Published by meshwa19 over 3 years ago
https://github.com/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: https://github.com/awslabs/aws-embedded-metrics-python/compare/v2.0.1...v3.0.0
- Python
Published by markkuhn almost 4 years ago
https://github.com/awslabs/aws-embedded-metrics-python - v2.0.0
- Support for 30 dimensions per dimension set. If more than 30 dimensions are given then
DimensionSetExceededErrorwill be thrown.(https://github.com/awslabs/aws-embedded-metrics-python/pull/80)
- Python
Published by Himtanaya almost 4 years ago
https://github.com/awslabs/aws-embedded-metrics-python - v1.0.8
Improve security by updating to IMDSv2 to access ec2 instance metadata via https://github.com/awslabs/aws-embedded-metrics-python/pull/78 Migrate canary to fargate via https://github.com/awslabs/aws-embedded-metrics-python/pull/68
- Python
Published by Himtanaya about 4 years ago
https://github.com/awslabs/aws-embedded-metrics-python - v1.0.7
- Split log entries so each entry contains a maximum of 100 datapoints via #64. thanks @paulez!
- Python
Published by jaredcnance over 5 years ago
https://github.com/awslabs/aws-embedded-metrics-python - v1.0.6
- Support environment overrides and add a LocalEnvironment. via #60 and #61. Thanks @02strich!
- Python
Published by jaredcnance over 5 years ago
https://github.com/awslabs/aws-embedded-metrics-python - v1.0.5
- Add publicly accessible Units enum via #49. Thanks @jen-w!
- Add a DISABLEMETRICEXTRACTION config option via #55. Thanks @Dunedan!
- Python
Published by jaredcnance almost 6 years ago
https://github.com/awslabs/aws-embedded-metrics-python - v1.0.4
- Fix concurrent socket connection issue via #44
- Fix timestamp related issue caused by eager creation of the logger via #46
- Python
Published by jaredcnance about 6 years ago
https://github.com/awslabs/aws-embedded-metrics-python - v1.0.3
- Added MetricsLogger.addstacktrace() via #41. Thanks @benkehoe!
- Add MetricsContext and MetricsLogger to top-level imports to make type hints easier via #42. Thanks @benkehoe!
- Python
Published by jaredcnance about 6 years ago
https://github.com/awslabs/aws-embedded-metrics-python - v1.0.2
- Added support for more than 100 metrics via #31. Thanks @ridha!
- Python
Published by jaredcnance over 6 years ago
https://github.com/awslabs/aws-embedded-metrics-python - v1.0.1
- Preserve logger context across flushes via #11
- Reduce max dimensions to 9 via #20
- Allow CloudWatch namespace to be specifiable via environment variable via #28. Thanks @ridha!
- Python
Published by jaredcnance over 6 years ago