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
Accelerator
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
sourcegraph-testing
/
dd-trace-java
Public
forked from
DataDog/dd-trace-java
Notifications
You must be signed in to change notification settings
Fork
1
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
dd-trace-java
dd-java-agent
on
bds/gitlab-ci-testing
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 8, 2021
Merge pull request #2388 from DataDog/mcculls/detectLibrariesOnBoot
Show description for e4c42f6
mcculls
authored
e4c42f6
View commit details
Copy full SHA for e4c42f6
View code at this point
Browse repository at this point
Merge pull request #2386 from DataDog/ban/tests-concurrent-modification-exception
Show description for 6c76747
bantonsson
authored
6c76747
View commit details
Copy full SHA for 6c76747
View code at this point
Browse repository at this point
Merge pull request #2387 from DataDog/rgs/remove-flaky-httpclient-test
Show description for 380e8cf
richardstartin
authored
380e8cf
View commit details
Copy full SHA for 380e8cf
View code at this point
Browse repository at this point
Avoid concurrent modification exception in tests
bantonsson
committed
37d7f9a
View commit details
Copy full SHA for 37d7f9a
View code at this point
Browse repository at this point
Initial support for detecting certain libraries at boot to help tune agent behaviour
mcculls
committed
13e6602
View commit details
Copy full SHA for 13e6602
View code at this point
Browse repository at this point
remove test which targets a blocked port at google.com
richardstartin
committed
430e76c
View commit details
Copy full SHA for 430e76c
View code at this point
Browse repository at this point
make JDBC tests obfuscation-aware
richardstartin
committed
f0f585d
View commit details
Copy full SHA for f0f585d
View code at this point
Browse repository at this point
cache info extracted from sql
richardstartin
committed
af73ce7
View commit details
Copy full SHA for af73ce7
View code at this point
Browse repository at this point
get rid of String to UTF-8 sql cache for prepared statements, combine UTF-8 encoding and cardinality reduction to save allocations
richardstartin
committed
907bb89
View commit details
Copy full SHA for 907bb89
View code at this point
Browse repository at this point
first hack at sql cardinality reduction
richardstartin
committed
07e59bf
View commit details
Copy full SHA for 07e59bf
View code at this point
Browse repository at this point
Commits on Feb 7, 2021
Move the exception-profiling helper classes to agent-bootstrap to avoid
Show description for fd654ce
mcculls
committed
fd654ce
View commit details
Copy full SHA for fd654ce
View code at this point
Browse repository at this point
Commits on Feb 5, 2021
removed asserts and unnecessary tags
kevinfwl
committed
d6f53eb
View commit details
Copy full SHA for d6f53eb
View code at this point
Browse repository at this point
Changed formatting for instrumentation
Show description for b55fd72
kevinfwl
and
tylerbenson
committed
b55fd72
View commit details
Copy full SHA for b55fd72
View code at this point
Browse repository at this point
Added test to check ignoring baggage header
kevinfwl
committed
da58e0c
View commit details
Copy full SHA for da58e0c
View code at this point
Browse repository at this point
optimization for early return + made header non case sensitive
kevinfwl
committed
1baa66d
View commit details
Copy full SHA for 1baa66d
View code at this point
Browse repository at this point
change order of comparison for headers
kevinfwl
committed
498c48e
View commit details
Copy full SHA for 498c48e
View code at this point
Browse repository at this point
created class to store header map
kevinfwl
committed
055b322
View commit details
Copy full SHA for 055b322
View code at this point
Browse repository at this point
added/refactored test cases
kevinfwl
committed
8bd9a55
View commit details
Copy full SHA for 8bd9a55
View code at this point
Browse repository at this point
Added stub tests
Show description for 292c72c
kevinfwl
committed
292c72c
View commit details
Copy full SHA for 292c72c
View code at this point
Browse repository at this point
Added stub tests
Show description for 8f53cb9
kevinfwl
committed
8f53cb9
View commit details
Copy full SHA for 8f53cb9
View code at this point
Browse repository at this point
Added advice implementation
kevinfwl
committed
c3c259d
View commit details
Copy full SHA for c3c259d
View code at this point
Browse repository at this point
add instrumentation class and stub test class
kevinfwl
committed
1fdc6b0
View commit details
Copy full SHA for 1fdc6b0
View code at this point
Browse repository at this point
Merge pull request #2381 from DataDog/mcculls/configStaticImports
Show description for 0ebb27a
mcculls
authored
0ebb27a
View commit details
Copy full SHA for 0ebb27a
View code at this point
Browse repository at this point
Prefer static imports instead of copying the constant
mcculls
committed
e756718
View commit details
Copy full SHA for e756718
View code at this point
Browse repository at this point
Revert "update byte-buddy to 1.10.20"
richardstartin
authored
f931c91
View commit details
Copy full SHA for f931c91
View code at this point
Browse repository at this point
Commits on Feb 4, 2021
remove THREAD_PREFIX id generation strategy
richardstartin
committed
4447c41
View commit details
Copy full SHA for 4447c41
View code at this point
Browse repository at this point
Merge pull request #2377 from DataDog/mar-kolya/fix-flaky-test
Show description for 457b552
richardstartin
authored
457b552
View commit details
Copy full SHA for 457b552
View code at this point
Browse repository at this point
Commits on Feb 3, 2021
Try to fix a flaky test
mar-kolya
committed
339595d
View commit details
Copy full SHA for 339595d
View code at this point
Browse repository at this point
Merge pull request #2370 from DataDog/mcculls/removeStaleIgnore
Show description for 9829607
mcculls
authored
9829607
View commit details
Copy full SHA for 9829607
View code at this point
Browse repository at this point
Merge pull request #2374 from DataDog/rgs/tpe-exclude-wrappers
Show description for 874b587
richardstartin
authored
874b587
View commit details
Copy full SHA for 874b587
View code at this point
Browse repository at this point
Merge pull request #2371 from DataDog/ban/longer-test-socket-timeouts
Show description for 320289a
bantonsson
authored
320289a
View commit details
Copy full SHA for 320289a
View code at this point
Browse repository at this point
avoid double instrumenting or transforming wrapper types
richardstartin
committed
ef32c1b
View commit details
Copy full SHA for ef32c1b
View code at this point
Browse repository at this point
update byte-buddy to 1.10.20
richardstartin
committed
bb6f814
View commit details
Copy full SHA for bb6f814
View code at this point
Browse repository at this point
Make test socket timeouts longer
bantonsson
committed
8ebbf0d
View commit details
Copy full SHA for 8ebbf0d
View code at this point
Browse repository at this point
Remove stale reference to CallableWrapper which was removed in #1973
mcculls
committed
e970706
View commit details
Copy full SHA for e970706
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.