Skip to content

Commit 9efd530

Browse files
jbachorikclaude
andcommitted
feat(profiling): Add profiling-otel to agent-profiling shadowJar
Include OTLP profiles converter and its dependencies in the agent-profiling uber JAR for integration into dd-java-agent.jar. The profiling-otel module and its jafar-parser dependency are now bundled, while shared dependencies (internal-api, components:json) are correctly excluded via the existing excludeShared configuration. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 49c1f1c commit 9efd530

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dd-java-agent/agent-profiling/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ dependencies {
2222

2323
api project(':dd-java-agent:agent-profiling:profiling-ddprof')
2424
api project(':dd-java-agent:agent-profiling:profiling-uploader')
25+
api project(':dd-java-agent:agent-profiling:profiling-otel')
2526
api project(':dd-java-agent:agent-profiling:profiling-controller')
2627
api project(':dd-java-agent:agent-profiling:profiling-controller-jfr')
2728
api project(':dd-java-agent:agent-profiling:profiling-controller-jfr:implementation')

0 commit comments

Comments
 (0)