Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
csssuf
/
datadog-lambda-python
Public
forked from
DataDog/datadog-lambda-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
datadog-lambda-python
tests
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 10, 2021
Fix get status_code (#117)
tianchu
authored
e44bc02
View commit details
Copy full SHA for e44bc02
View code at this point
Browse repository at this point
Commits on Feb 19, 2021
[POC] Add `DD_TRACE_EXTRACTOR` env var to customize Trace extraction customization (#112)
Show description for 689ed6f
Czechh
and
tianchu
authored
689ed6f
View commit details
Copy full SHA for 689ed6f
View code at this point
Browse repository at this point
Commits on Jan 26, 2021
Extract span tags from triggering event (#101)
Show description for 65aa35c
DylanLovesCoffee
authored
65aa35c
View commit details
Copy full SHA for 65aa35c
View code at this point
Browse repository at this point
Commits on Jan 7, 2021
fix typo stringValue (#108)
Czechh
authored
e2c6b66
View commit details
Copy full SHA for e2c6b66
View code at this point
Browse repository at this point
[BUGFIX] Fix how we look up the client context (#107)
Show description for a90a045
Czechh
authored
a90a045
View commit details
Copy full SHA for a90a045
View code at this point
Browse repository at this point
Commits on Jan 6, 2021
[Tracing] Adds SQS and LambdaContext Trace extraction (#105)
Show description for 9646080
Czechh
authored
9646080
View commit details
Copy full SHA for 9646080
View code at this point
Browse repository at this point
Commits on Dec 7, 2020
Update dependencies (#100)
DarcyRaynerDD
authored
eeffcc6
View commit details
Copy full SHA for eeffcc6
View code at this point
Browse repository at this point
Commits on Nov 5, 2020
Tag enhanced metrics with datadog lambda library version (#94)
Show description for c4aa843
Czechh
authored
c4aa843
View commit details
Copy full SHA for c4aa843
View code at this point
Browse repository at this point
Commits on Oct 8, 2020
Statsd integration (#89)
Show description for a9f9d1f
DarcyRaynerDD
authored
a9f9d1f
View commit details
Copy full SHA for a9f9d1f
View code at this point
Browse repository at this point
Commits on Aug 26, 2020
Handle `/` in lambda handlers (#79)
Show description for a381b69
Czechh
authored
a381b69
View commit details
Copy full SHA for a381b69
View code at this point
Browse repository at this point
Commits on Aug 21, 2020
Add more integration tests (#74)
Show description for 0aa6b3e
Czechh
authored
0aa6b3e
View commit details
Copy full SHA for 0aa6b3e
View code at this point
Browse repository at this point
Commits on Jul 23, 2020
Parse function version from function arn (#69)
Show description for b9b1d63
hghotra
authored
b9b1d63
View commit details
Copy full SHA for b9b1d63
View code at this point
Browse repository at this point
Commits on Jun 12, 2020
update tag collection and tests
jcstorms1
committed
92a35b8
View commit details
Copy full SHA for 92a35b8
View code at this point
Browse repository at this point
Commits on Jun 11, 2020
fixed resource tag and update logic
jcstorms1
committed
92a6ed4
View commit details
Copy full SHA for 92a6ed4
View code at this point
Browse repository at this point
update resource tag
jcstorms1
committed
ceec726
View commit details
Copy full SHA for ceec726
View code at this point
Browse repository at this point
add resource and excutedversion tags and tests
jcstorms1
committed
81eec49
View commit details
Copy full SHA for 81eec49
View code at this point
Browse repository at this point
Commits on Apr 9, 2020
Fix patching for integration tests
tianchu
committed
1fac0fa
View commit details
Copy full SHA for 1fac0fa
View code at this point
Browse repository at this point
Close the span after metric flushing
tianchu
committed
aff095b
View commit details
Copy full SHA for aff095b
View code at this point
Browse repository at this point
Update snapshotss
tianchu
committed
37c66aa
View commit details
Copy full SHA for 37c66aa
View code at this point
Browse repository at this point
httplib patching erase headers
tianchu
committed
26fc479
View commit details
Copy full SHA for 26fc479
View code at this point
Browse repository at this point
Commits on Apr 2, 2020
Implement PR feedback
DarcyRaynerDD
committed
8bd253d
View commit details
Copy full SHA for 8bd253d
View code at this point
Browse repository at this point
Commits on Mar 25, 2020
Implement PR feedback
DarcyRaynerDD
committed
281e791
View commit details
Copy full SHA for 281e791
View code at this point
Browse repository at this point
Commits on Mar 24, 2020
Merge branch 'master' into darcy.rayner/dd-trace-support
DarcyRaynerDD
committed
76c3632
View commit details
Copy full SHA for 76c3632
View code at this point
Browse repository at this point
Autoformat files with black
DarcyRaynerDD
committed
daaf191
View commit details
Copy full SHA for daaf191
View code at this point
Browse repository at this point
Add traces to integration tests
DarcyRaynerDD
committed
7e8d8b9
View commit details
Copy full SHA for 7e8d8b9
View code at this point
Browse repository at this point
Extend tracing tests
DarcyRaynerDD
committed
fc8b1fd
View commit details
Copy full SHA for fc8b1fd
View code at this point
Browse repository at this point
Fix tests
DarcyRaynerDD
committed
082683c
View commit details
Copy full SHA for 082683c
View code at this point
Browse repository at this point
Commits on Mar 12, 2020
Datadog wrapper should never break the wrapped Lambda function
tianchu
committed
b2e02d7
View commit details
Copy full SHA for b2e02d7
View code at this point
Browse repository at this point
patch requests when it's used
tianchu
committed
ebeee64
View commit details
Copy full SHA for ebeee64
View code at this point
Browse repository at this point
Commits on Mar 10, 2020
Merge pull request #48 from DataDog/stephenf/integration-tests
Show description for 613755c
swfunc
authored
613755c
View commit details
Copy full SHA for 613755c
View code at this point
Browse repository at this point
Replace minor version in tag with XX to make tests less brittle
swfunc
committed
ea661a6
View commit details
Copy full SHA for ea661a6
View code at this point
Browse repository at this point
Replace account IDs with XXXX
swfunc
committed
1ced36e
View commit details
Copy full SHA for 1ced36e
View code at this point
Browse repository at this point
Parse data out of input events to include in responses
swfunc
committed
041825b
View commit details
Copy full SHA for 041825b
View code at this point
Browse repository at this point
Restructure snapshots dir, add input events
swfunc
committed
44c9d2a
View commit details
Copy full SHA for 44c9d2a
View code at this point
Browse repository at this point
Commits on Mar 9, 2020
Rename functions to format handler-name_runtime
swfunc
committed
bf82854
View commit details
Copy full SHA for bf82854
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.