OpenTelemetry auto-instrumentation and instrumentation libraries for Java
Go to file
Tyler Benson 5e8af8439a Optimize HasSuperMethodMatcher logic
Instead of filtering then iterating, just iterate through everything and apply filter inline.

This will help avoid allocation for filter iterator and improve if early match is found.
2020-01-07 17:10:01 -08:00
.circleci Fix CircleCI muzzle build running out of memory 2019-11-27 12:37:43 -08:00
.github Fix log message and add ignores 2019-05-24 11:44:10 -07:00
buildSrc Add option for muzzle validation on the specific JDK version 2019-12-18 13:40:19 -08:00
dd-java-agent Optimize HasSuperMethodMatcher logic 2020-01-07 17:10:01 -08:00
dd-smoke-tests Upgradle to gradle 6.0 2019-11-12 16:26:46 -05:00
dd-trace-api Disable decorators via config 2019-12-19 13:02:59 -05:00
dd-trace-ot Extract DDAgentResponseListener from DDApi. 2019-12-20 14:49:31 -08:00
gradle bytebuddy 1.10.4 2019-11-29 13:51:55 -05:00
tooling Copy over dd_jvm_stats.sh from #939 2019-08-20 12:27:36 -07:00
utils Avoid loading `Config` in `DDSpecification` 2019-10-10 12:56:53 -04:00
.editorconfig Apply and enforce google checkstyle and formatting 2017-07-12 07:47:19 -07:00
.gitignore Add crash dumps to gitignore 2019-06-24 12:57:08 -04:00
.gitmodules Use git submodules to load metrics.yaml files 2019-01-08 10:13:18 -08:00
CONTRIBUTING.md Apply suggestions from CR #827 2019-05-17 10:15:03 +02:00
LICENSE Create LICENSE 2017-07-13 11:10:37 -04:00
LICENSE-3rdparty.csv simple load generator tool 2019-11-07 16:50:23 -05:00
NOTICE Create NOTICE 2017-07-13 10:16:04 -04:00
README.md Remove documentation from readme and point to official docs 2018-01-31 16:31:25 -08:00
dd-trace-java.gradle Begin 0.41.0 2019-12-23 10:04:47 -08:00
gradle.properties Try doubling the metaspace size to fix check task. 2019-01-04 13:43:40 -08:00
gradlew Upgradle to gradle 6.0 2019-11-12 16:26:46 -05:00
gradlew.bat Update gradle to 5.5.1 2019-07-12 10:07:08 -04:00
settings.gradle [rmi] Instrumentation for RMI 1.2 and later 2019-12-19 17:20:50 +01:00

README.md

Datadog Java APM

To use and configure Datadog Java APM, see https://docs.datadoghq.com/tracing/languages/java