Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.2 KB

File metadata and controls

41 lines (33 loc) · 1.2 KB

CHANGELOG

1.2.0 (layer_v7)

  • Add operation name frame in stacks with boto api calls.
  • Adds NUM_TIMES_SAMPLED agent metadata to the submitted profile.
  • Add errors metadata in agent debug info with granular sdk client error metrics.
  • Add create_profiling_group call in refresh_configuration and report().

1.0.6 (layer_v5)

  • Use IMDSv2 instead of v1 when calling EC2 Instance Metadata.

1.0.5 (layer_v5)

  • Improve CPU usage checker and ProfilerDisabler (Issue #19)

1.0.4 (layer_v4)

  • Attempt to report profile before sample to avoid incorrect profile end time (Issue #15)
  • Add synthetic frame for lxml schema init

1.0.3

  • Add requirements.txt in PyPI source release (Issue #13)

1.0.2

  • Fix timestamp bug in file reporter (Issue #10)

1.0.1 (layer_v3)

  • Fix bug for running agent in Windows; Update module_path_extractor to support Windows applications
  • Use json library instead of custom encoder for profile encoding for more reliable performance
  • Specify min version for boto3 in setup.py

1.0.0 (layer_v1, layer_v2)

  • Initial Release