Skip to content

Tags: arpitjain799/datadog-lambda-python

Tags

v72

Toggle v72's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Strip setuptools (DataDog#322)

v71

Toggle v71's commit message
version 4.71.0

v70

Toggle v70's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Modify end time of lambda load span to be last cold start node's end_…

…time (DataDog#319)

* modify endtime of lambda load span to be the last cold start node endtime

v69

Toggle v69's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix the flaky test_exec_module_failure_case by enforcing the _cold_st…

…art= True (DataDog#311)

v68

Toggle v68's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
cold start tracing (python) (DataDog#299)

* (wip) coldstart tracing POC checkin

* feat: rename cold start span so it is nested properly.

* simplify how to wrap methods with push_node and pop_node and bug fixes

* remove cold_start_tracing file and use cold_start file

* add test_cold_start

* fix lint and integration tests

* make sure loader is Hashable in order to use in a set

* add logging, add default skip libs

---------

Co-authored-by: AJ Stuyvenberg <astuyve@gmail.com>

v67

Toggle v67's commit message
v4.67.0

v66

Toggle v66's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update ddtrace 1.6.3 to 1.6.4 (DataDog#288)

* update ddtrace 1.6.3 to 1.6.4

* ran poetry update ddtrace

* poetry update (all dependencies)

v65

Toggle v65's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
use context.aws_request_id instead of http payload's requestId in the…

… spans' tags (DataDog#266)

v64

Toggle v64's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix error when APIGateway headers are None (DataDog#259)

* Don't error when headers are None

* Fix formatting of file