File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
codeguru_profiler_agent/agent_metadata Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 2
2
CHANGELOG
3
3
=========
4
4
5
+ 1.2.0 (layer_v7)
6
+ ===================
7
+ * Add operation name frame in stacks with boto api calls.
8
+ * Adds NUM_TIMES_SAMPLED agent metadata to the submitted profile.
9
+ * Add errors metadata in agent debug info with granular sdk client error metrics.
10
+ * Add create_profiling_group call in refresh_configuration and report().
11
+
5
12
1.0.6 (layer_v5)
6
13
===================
7
14
* Use IMDSv2 instead of v1 when calling EC2 Instance Metadata.
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.0.6 "
12
+ __agent_version__ = "1.2.0 "
13
13
14
14
15
15
def look_up_fleet_info (
You can’t perform that action at this time.
0 commit comments