Skip to content

Releases: awslabs/aws-embedded-metrics-python

v3.2.0

14 Sep 18:56
4c36304
Compare
Choose a tag to compare

What's Changed

  • Added support to set custom timestamp in #110

Full Changelog: v3.1.1...v3.2.0

v3.1.1

13 Jul 23:45
7137ad1
Compare
Choose a tag to compare

v3.1.0

25 Jan 00:35
dbb85f0
Compare
Choose a tag to compare

What's Changed

  • High Resolution Metrics Support #96

Full Changelog: v3.0.0...v3.1.0

v3.0.0

26 Sep 16:30
ab030ba
Compare
Choose a tag to compare

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

03 Aug 22:21
bc46f91
Compare
Choose a tag to compare
  • Support for 30 dimensions per dimension set. If more than 30 dimensions are given then DimensionSetExceededError will be thrown.(#80)

v1.0.8

07 Jun 02:23
e1940a3
Compare
Choose a tag to compare

Improve security by updating to IMDSv2 to access ec2 instance metadata via #78
Migrate canary to fargate via #68

v1.0.7

08 Feb 21:49
bc2702d
Compare
Choose a tag to compare
  • Split log entries so each entry contains a maximum of 100 datapoints via #64. thanks @paulez!

v1.0.6

14 Jan 21:28
f645c6b
Compare
Choose a tag to compare
  • Support environment overrides and add a LocalEnvironment. via #60 and #61. Thanks @02strich!

v1.0.5

11 Sep 03:04
Compare
Choose a tag to compare
  • Add publicly accessible Units enum via #49. Thanks @jen-w!
  • Add a DISABLE_METRIC_EXTRACTION config option via #55. Thanks @Dunedan!

v1.0.4

15 Jul 03:32
Compare
Choose a tag to compare
  • Fix concurrent socket connection issue via #44
  • Fix timestamp related issue caused by eager creation of the logger via #46