Tags: miketheman/datadog-lambda-python
Tags
[beta] Python Profiling support (DataDog#244) * feat: Python Profiler WIP * feat: start on cold start, stop never * breaking: bump dd trace to 1.2.1 * feat: Add major version notes * fix: readme header size * fix: Fix test using old method. Describe change in changes list * fix: use tracer instead of correlation ids * feat: Add the profiler * fix: remove debug * feat: Remove profiling comment line * feat: Go to ddtrace 1.4. Conditionally import profiler. * fix: remove duplicate declaration of profiling_env_var * feat: Black, with the right version * feat: Readme on profiler beta period * fix: Remove dev changes used to package dd-trace locally * feat: Remove == from if True * feat: Bump layer size maximums * feat: Remove python36 integration tests, as we can no longer create stacks with this version of python * feat: Update snapshots * feat: More python 3.6 deprecation * feat: Readme update - dropping python36
Update Dependencies (DataDog#218) * update dependencies * empty commit to trigger ci Co-authored-by: jcstorms1 <jcstorms1@users.noreply.github.com> Co-authored-by: AJ Stuyvenberg <astuyve@gmail.com>
[SLS-2141] Fix `keyError` issue when creating inferred span (DataDog#223 ) * Use .get to access dict keys * Bump version for black to 22.3.0 * Update snapshots
Support lambda function URLs (DataDog#220) * feat: Function URLs * feat: Use new standard for tagging service and resource names * feat: Use the right path * feat: black
update dependencies (DataDog#187) Co-authored-by: jcstorms1 <jcstorms1@users.noreply.github.com>
Cover string/b64 msg attribute trace extraction (DataDog#211) * Cover string/b64 msg attribute trace extraction * fix lint * double quote to single and try to fix install crossbuild deps ci error * try apt get update before * revert to old install crossbuild deps step * apt-get * bring back whitespace in build.yml * remove space but keep empty line * b64decode right after pulling binaryValue/Value, add comment, and exception if message attributes are not string or binary * remove unessessary tests, fix failing test by adding dataType to msgAttribute, and try to get BinaryValue vs binaryValue depending on how casing off comes in * remove TitleCase checks and new snapshots * edit snapshots * bump ddtrace and update poetry.lock * remove newline from logs * update snapshots * force gh actions * revert change * edit snapshots * snapshots * gh action * revert force github action * make exception a logger.warn * force gh action * revert change * warning->debug to stop integration test failure * format and lint
fix: Support Decimal for tag_object (DataDog#214) * fix: Support Decimal for tag_object * fix: black * fix: black * feat: --allow-releaseinfo-change * feat: --fix-missing * add apt-get update before apt install
PreviousNext