CtrlK
BlogDocsLog inGet started
Tessl Logo

dd-trace-java

github.com/DataDog/dd-trace-java

Skill

Added

Review

techdebt

Analyze branch changes for technical debt, code duplication, and unnecessary complexity

add-apm-integrations

Write a new library instrumentation end-to-end. Use when the user ask to add a new APM integration or a library instrumentation.

migrate-junit-source-to-tabletest

Convert JUnit 5 @MethodSource/@CsvSource/@ValueSource parameterized tests to @TableTest (JDK8)

migrate-groovy-to-java

Converts Spock/Groovy test files in a Gradle module to equivalent JUnit 5 Java tests. Use when asked to "migrate groovy", "convert groovy to java", "g2j", or when a module has .groovy test files that need to be replaced with .java equivalents.