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
1.0.7
- Split log entries so each entry contains a maximum of 100 datapoints via 64. thanks paulez!
1.0.6
- Support environment overrides and add a LocalEnvironment. via 60 and 61. Thanks 02strich!
1.0.5
- Add publicly accessible Units enum via 49. Thanks jen-w! - Add a DISABLE_METRIC_EXTRACTION config option via 55. Thanks Dunedan!
1.0.4
- Fix concurrent socket connection issue via 44 - Fix timestamp related issue caused by eager creation of the logger via 46
1.0.3
- Added MetricsLogger.add_stack_trace() via 41. Thanks benkehoe! - Add MetricsContext and MetricsLogger to top-level imports to make type hints easier via 42. Thanks benkehoe!