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 }}
DataDog
/
dd-trace-java
Public
Notifications
You must be signed in to change notification settings
Fork
362
Star
737
Code
Issues
255
Pull requests
220
Actions
Security and quality
2
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Eric.firth/backport pr 12350 1.65.x
- #12415
#12415
Closed
ericfirth
wants to merge 27 commits into
release/v1.65.x
DataDog/dd-trace-java:release/v1.65.x
from
eric.firth/backport-pr-12350-1.65.x
DataDog/dd-trace-java:eric.firth/backport-pr-12350-1.65.x
Copy head branch name to clipboard
Conversation
Commits
27
(27)
Checks
Files changed
Closed
Eric.firth/backport pr 12350 1.65.x
#12415
ericfirth
wants to merge 27 commits into
release/v1.65.x
DataDog/dd-trace-java:release/v1.65.x
from
eric.firth/backport-pr-12350-1.65.x
DataDog/dd-trace-java:eric.firth/backport-pr-12350-1.65.x
Copy head branch name to clipboard
Commits
Commits on Sep 3, 2026
Add InstrumenterConfig.isDataStreamsEnabled() accessor
Show description for 93c577b
ericfirth
and
claude
committed
93c577b
View commit details
Copy full SHA for 93c577b
Browse repository at this point
Add TargetSystem.DATA_STREAMS and InstrumenterModule.DataStreams base class
ericfirth
committed
e0c0c2d
View commit details
Copy full SHA for e0c0c2d
Browse repository at this point
Add isEnabled() test coverage for DataStreams
ericfirth
committed
fc02467
View commit details
Copy full SHA for fc02467
Browse repository at this point
Fix test isolation bug in testDataStreamsIsEnabledWhenDataStreamsEnabledOverridesFalse
Show description for c78e86e
ericfirth
committed
c78e86e
View commit details
Copy full SHA for c78e86e
Browse repository at this point
Remove unused AfterEach import from InstrumenterModuleTest
Show description for 7c3ddfe
ericfirth
and
claude
committed
7c3ddfe
View commit details
Copy full SHA for 7c3ddfe
Browse repository at this point
Wire AgentInstaller.getEnabledSystems() to DATA_STREAMS target system
Show description for 09bd612
ericfirth
and
claude
committed
09bd612
View commit details
Copy full SHA for 09bd612
Browse repository at this point
Add SamplingMechanism.DATA_STREAMS constant
Show description for 9e82290
ericfirth
and
claude
committed
9e82290
View commit details
Copy full SHA for 9e82290
Browse repository at this point
Fix DATA_STREAMS case formatting to match DATA_JOBS style
Show description for 7f98b64
ericfirth
and
claude
committed
7f98b64
View commit details
Copy full SHA for 7f98b64
Browse repository at this point
Swap kafka-clients-0.11 instrumentations to InstrumenterModule.DataStreams base class
Show description for 76a263f
ericfirth
and
claude
committed
76a263f
View commit details
Copy full SHA for 76a263f
Browse repository at this point
Suppress APM billing for DSM-only Kafka produce spans
Show description for 5b346fb
ericfirth
and
claude
committed
5b346fb
View commit details
Copy full SHA for 5b346fb
Browse repository at this point
Swap kafka-clients-3.8 instrumentations to InstrumenterModule.DataStreams base class
Show description for bc55491
ericfirth
and
claude
committed
bc55491
View commit details
Copy full SHA for bc55491
Browse repository at this point
Decouple DSM from APM tracing in kafka-clients-3.8 (produce and consume paths)
Show description for 4ef4238
ericfirth
and
claude
committed
4ef4238
View commit details
Copy full SHA for 4ef4238
Browse repository at this point
chore: kafka-streams-0.11 DSM decoupling (base-class swap + suppression)
ericfirth
committed
a4b9ad5
View commit details
Copy full SHA for a4b9ad5
Browse repository at this point
refactor: change kafka-streams-1.0 InternalTopologyBuilderInstrumentation to DataStreams
Show description for bda034a
ericfirth
and
claude
committed
bda034a
View commit details
Copy full SHA for bda034a
Browse repository at this point
refactor: decouple kafka-connect-0.11 instrumentation from APM tracing
Show description for 481223e
ericfirth
and
claude
committed
481223e
View commit details
Copy full SHA for 481223e
Browse repository at this point
Migrate InstrumenterConfigTest to JUnit 5 and add isDataStreamsEnabled tests
Show description for c3eef89
ericfirth
and
claude
committed
c3eef89
View commit details
Copy full SHA for c3eef89
Browse repository at this point
Migrate SamplingMechanismTest to JUnit 5 and add DATA_STREAMS cases
Show description for e751428
ericfirth
and
claude
committed
e751428
View commit details
Copy full SHA for e751428
Browse repository at this point
test: add JUnit 5 tests for AgentInstaller.getEnabledSystems() DATA_STREAMS flag
Show description for 5f060a3
ericfirth
and
claude
committed
5f060a3
View commit details
Copy full SHA for 5f060a3
Browse repository at this point
fix: suppress APM billing for DSM-only Kafka consume spans in kafka-clients-0.11
Show description for 914974d
ericfirth
committed
914974d
View commit details
Copy full SHA for 914974d
Browse repository at this point
Add tests for DSM billing suppression on kafka produce/consume spans
Show description for 54f1b80
ericfirth
and
claude
committed
54f1b80
View commit details
Copy full SHA for 54f1b80
Browse repository at this point
fix: only force DSM-only USER_DROP when the Kafka span owns the local trace
Show description for fcb3092
ericfirth
and
claude
committed
fcb3092
View commit details
Copy full SHA for fcb3092
Browse repository at this point
fix: keep Kafka Code Origin instrumentation on the Tracing base class
Show description for 3b2994c
ericfirth
and
claude
committed
3b2994c
View commit details
Copy full SHA for 3b2994c
Browse repository at this point
test: cover DSM-only sampling suppression for Kafka produce, consume and streams
Show description for feba908
ericfirth
and
claude
committed
feba908
View commit details
Copy full SHA for feba908
Browse repository at this point
fix: suppress DSM-only Kafka poll-span billing gap and address code review findings
Show description for c067365
ericfirth
and
claude
committed
c067365
View commit details
Copy full SHA for c067365
Browse repository at this point
Commits on Sep 4, 2026
fix: widen maybeDropForDataStreamsOnly visibility to satisfy Muzzle
Show description for 9043a04
ericfirth
committed
9043a04
View commit details
Copy full SHA for 9043a04
Browse repository at this point
fix: never create a real span for DSM-only Kafka consume/produce paths
Show description for 81a34b5
ericfirth
and
claude
committed
81a34b5
View commit details
Copy full SHA for 81a34b5
Browse repository at this point
Commits on Sep 8, 2026
chore: retrigger CI against release/v1.65.x base
ericfirth
committed
74a132d
View commit details
Copy full SHA for 74a132d
Browse repository at this point
You can’t perform that action at this time.