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 d55e0b9 commit 33d230dCopy full SHA for 33d230d
CHANGELOG.rst
@@ -2,6 +2,10 @@
2
CHANGELOG
3
=========
4
5
+1.2.2 (layer_v9)
6
+===================
7
+* Fix bug on calculating active millis since start.
8
+
9
1.2.1 (layer_v8)
10
===================
11
* Fix bug for module path for Fargate.
codeguru_profiler_agent/agent_metadata/agent_metadata.py
@@ -9,7 +9,7 @@
# NOTE: Please do not alter the value for the following constants without the full knowledge of the use of them.
# These constants are used in several scripts, including setup.py.
__agent_name__ = "CodeGuruProfiler-python"
12
-__agent_version__ = "1.2.1"
+__agent_version__ = "1.2.2"
13
14
15
def look_up_fleet_info(
0 commit comments