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 }}
shunyy
/
dd-trace-java
Public
forked from
DataDog/dd-trace-java
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
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 25, 2022
Make remote config quiet until endpoint is discovered (#4078)
Show description for dd96526
smola
authored
dd96526
View commit details
Copy full SHA for dd96526
Browse repository at this point
Do not log exceptions when remote config returns 404 (#4087)
Show description for 247ee4d
smola
authored
247ee4d
View commit details
Copy full SHA for 247ee4d
Browse repository at this point
Try to fix '_dd.iast.enabled' flaky related test (#4092)
manuel-alvarez-alvarez
authored
4c69b31
View commit details
Copy full SHA for 4c69b31
Browse repository at this point
Avoid Config mock in PollerRequestFactoryTest (#4091)
Show description for 25faabf
smola
authored
25faabf
View commit details
Copy full SHA for 25faabf
Browse repository at this point
Merge pull request #4089 from DataDog/rgs/exclude-resourceleakmonitor
Show description for f90580f
richardstartin
authored
f90580f
View commit details
Copy full SHA for f90580f
Browse repository at this point
ignore netty resource leak monitoring in exception profiling
richardstartin
committed
b6358c9
View commit details
Copy full SHA for b6358c9
Browse repository at this point
Merge pull request #4085 from DataDog/rgs/label-exception-events
Show description for 6aef276
richardstartin
authored
6aef276
View commit details
Copy full SHA for 6aef276
Browse repository at this point
Merge pull request #4086 from DataDog/rgs/public-span-attr
Show description for 7327e82
richardstartin
authored
7327e82
View commit details
Copy full SHA for 7327e82
Browse repository at this point
Commits on Oct 24, 2022
make SPAN_ATTRIBUTE public to avoid IllegalAccessError
richardstartin
committed
54b0abf
View commit details
Copy full SHA for 54b0abf
Browse repository at this point
Merge pull request #4084 from DataDog/rgs/add-missing-helper-classes
Show description for 9228357
richardstartin
authored
9228357
View commit details
Copy full SHA for 9228357
Browse repository at this point
add span context to exception samples
richardstartin
committed
9bb25dd
View commit details
Copy full SHA for 9bb25dd
Browse repository at this point
add missing helper class names to avoid IllegalAccessErrors
richardstartin
committed
0f25ece
View commit details
Copy full SHA for 0f25ece
Browse repository at this point
Fix fallback for empty dd.appsec.enabled/DD_APPSEC_ENABLED (#4075)
Show description for 79df296
smola
authored
79df296
View commit details
Copy full SHA for 79df296
Browse repository at this point
Merge pull request #4025 from DataDog/shatzi/DEBUG-1115/sanitize-env-version-rc-requests
Show description for ad47d5c
shatzi
authored
ad47d5c
View commit details
Copy full SHA for ad47d5c
Browse repository at this point
Merge pull request #4082 from DataDog/rgs/bump-async-profiler-20221024
Show description for c87406a
richardstartin
authored
c87406a
View commit details
Copy full SHA for c87406a
Browse repository at this point
bump async-profiler to 20221024
richardstartin
committed
4fd451d
View commit details
Copy full SHA for 4fd451d
Browse repository at this point
Log config endpoint on feature discovery (#4073)
smola
authored
7c720d9
View commit details
Copy full SHA for 7c720d9
Browse repository at this point
Delay feature discovery in configuration poller (#4042)
smola
authored
765f73a
View commit details
Copy full SHA for 765f73a
Browse repository at this point
Merge pull request #4074 from DataDog/rgs/async-profiler-config-settings
Show description for f187bbe
richardstartin
authored
f187bbe
View commit details
Copy full SHA for f187bbe
Browse repository at this point
add asyncprofiler configuration settings (loglevel, toggle thread filtering)
richardstartin
committed
7ac153f
View commit details
Copy full SHA for 7ac153f
Browse repository at this point
Fix IastSpringBootSmokeTest flakiness, wait for traces (#4076)
smola
authored
de711e6
View commit details
Copy full SHA for de711e6
Browse repository at this point
Commits on Oct 21, 2022
Merge pull request #4069 from DataDog/rgs/perf_event_paranoid_setting
Show description for 76795e2
richardstartin
authored
76795e2
View commit details
Copy full SHA for 76795e2
Browse repository at this point
emit a profiler settings event with perf_events_paranoid setting
richardstartin
committed
aa3cbea
View commit details
Copy full SHA for aa3cbea
Browse repository at this point
Merge pull request #4063 from DataDog/rgs/install-contextthreadlistener-early
Show description for 34cd6ba
richardstartin
authored
34cd6ba
View commit details
Copy full SHA for 34cd6ba
Browse repository at this point
don't interact with AsyncProfiler unless it has been enabled
richardstartin
committed
f69bc50
View commit details
Copy full SHA for f69bc50
Browse repository at this point
register ContextThreadListener earlier to capture all tracing interactions
richardstartin
committed
321db52
View commit details
Copy full SHA for 321db52
Browse repository at this point
Merge pull request #4065 from DataDog/rgs/remove-thread-instrumentation
Show description for 7f48089
richardstartin
authored
7f48089
View commit details
Copy full SHA for 7f48089
Browse repository at this point
Commits on Oct 20, 2022
Do not throw exception on systems not supported by async-profiler (#4061)
jbachorik
authored
2a2ee90
View commit details
Copy full SHA for 2a2ee90
Browse repository at this point
remove Thread exit instrumentation
richardstartin
committed
7a8a298
View commit details
Copy full SHA for 7a8a298
Browse repository at this point
Merge pull request #4057 from DataDog/rgs/profiling-context-tests
Show description for 81c992a
richardstartin
authored
81c992a
View commit details
Copy full SHA for 81c992a
Browse repository at this point
avoid producing log errors when we know JFR isn't present
richardstartin
committed
542dd82
View commit details
Copy full SHA for 542dd82
Browse repository at this point
bump async-profiler
richardstartin
committed
19a60df
View commit details
Copy full SHA for 19a60df
Browse repository at this point
Merge pull request #4059 from DataDog/rgs/context-thread-listener-attach-test
Show description for 40173bb
richardstartin
authored
40173bb
View commit details
Copy full SHA for 40173bb
Browse repository at this point
add smoke tests for embedded JFR event context
richardstartin
committed
9856d85
View commit details
Copy full SHA for 9856d85
Browse repository at this point
Ensure buildSrc can be tested with JDKs >= 11 (#4058)
manuel-alvarez-alvarez
authored
4a6df13
View commit details
Copy full SHA for 4a6df13
Browse repository at this point
Previous
Next
You can’t perform that action at this time.