We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d12a5b commit 141325aCopy full SHA for 141325a
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+# Version 9 / 2019-11-04
4
+
5
+- Tag layer-generated `aws.lambda.enhanced.invocations` and `aws.lambda.enhanced.errors` enhanced metrics with `runtime` and `memorysize`
6
7
# Version 8 / 2019-10-24
8
9
- Remove vendored botocore requests patching since the package has been removed from the latest botocore
datadog_lambda/__init__.py
@@ -1,6 +1,6 @@
# The minor version corresponds to the Lambda layer version.
# E.g.,, version 0.5.0 gets packaged into layer version 5.
-__version__ = '0.8.0'
+__version__ = '0.9.0'
import os
0 commit comments