|
| 1 | + |
| 2 | + |
1 | 3 | # Datadog Java APM
|
2 | 4 |
|
3 |
| -## Usage |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | +This repository contains `dd-trace-java`, Datadog's APM client Java library. |
| 11 | +`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 | + |
| 13 | +These features power [Distributed Tracing](https://docs.datadoghq.com/tracing/) with [Automatic Instrumentation](https://docs.datadoghq.com/tracing/trace_collection/compatibility/java/#integrations), |
| 14 | + [Continuous Profiling](https://docs.datadoghq.com/tracing/profiler/), |
| 15 | + [Error Tracking](https://docs.datadoghq.com/tracing/error_tracking/), |
| 16 | + [Continuous Integration Visibility](https://docs.datadoghq.com/continuous_integration/), |
| 17 | + [Deployment Tracking](https://docs.datadoghq.com/tracing/deployment_tracking/), |
| 18 | + [Code Hotspots](https://docs.datadoghq.com/tracing/profiler/connect_traces_and_profiles/) and more. |
| 19 | + |
| 20 | +## Getting Started |
| 21 | + |
| 22 | +To use and configure, check out the [setup documentation][setup docs]. |
| 23 | + |
| 24 | +For advanced usage, check out the [configuration reference][configuration reference] and [custom instrumentation API][api docs]. |
| 25 | + |
| 26 | +Confused about the terminology of APM? |
| 27 | +Take a look at the [APM Glossary][visualization docs]. |
4 | 28 |
|
5 |
| -To use and configure Datadog Java APM, see [https://docs.datadoghq.com/tracing/languages/java](https://docs.datadoghq.com/tracing/languages/java) |
| 29 | +[setup docs]: https://docs.datadoghq.com/tracing/languages/java |
| 30 | +[configuration reference]: https://docs.datadoghq.com/tracing/trace_collection/library_config/java |
| 31 | +[api docs]: https://docs.datadoghq.com/tracing/trace_collection/custom_instrumentation/java/ |
| 32 | +[visualization docs]: https://docs.datadoghq.com/tracing/visualization/ |
6 | 33 |
|
7 | 34 | ## Contributing
|
8 | 35 |
|
9 |
| -See [CONTRIBUTING](CONTRIBUTING.md) |
| 36 | +Before contributing to the project, please take a moment to read our brief [Contribution Guidelines](CONTRIBUTING.md). |
0 commit comments