File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
codeguru_profiler_agent/agent_metadata Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 2
2
CHANGELOG
3
3
=========
4
4
5
+ 1.2.3 (layer_v10)
6
+ ===================
7
+ * Fix bug to sent agent overhead in the rigth format: int and as part of memoryInMB (instead of the previous string as part of memory_usage_mb).
8
+
5
9
1.2.2 (layer_v9)
6
10
===================
7
11
* Fix bug on calculating active millis since start.
Original file line number Diff line number Diff line change 9
9
# NOTE: Please do not alter the value for the following constants without the full knowledge of the use of them.
10
10
# These constants are used in several scripts, including setup.py.
11
11
__agent_name__ = "CodeGuruProfiler-python"
12
- __agent_version__ = "1.2.2 "
12
+ __agent_version__ = "1.2.3 "
13
13
14
14
15
15
def look_up_fleet_info (
You can’t perform that action at this time.
0 commit comments