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
This repository contains `dd-trace-java`, Datadog's APM client Java library.
11
10
`dd-trace-java` contains APIs to automatically or manually [trace](https://docs.datadoghq.com/tracing/visualization/#trace) and [profile](https://docs.datadoghq.com/tracing/profiler/) Java applications.
12
11
@@ -35,14 +34,19 @@ Take a look at the [APM Glossary][visualization docs].
35
34
36
35
Before contributing to the project, please take a moment to read our brief [Contribution Guidelines](CONTRIBUTING.md).
37
36
Then check our guides:
37
+
38
38
*[How to set up a development environment and build the project](BUILDING.md),
39
39
*[How to create a new instrumentation](docs/add_new_instrumentation.md),
0 commit comments