KO
|
EN
gitlite — search
Search
#python
#java
#hacktoberfest
#php
#dotfiles
#ruby
#javascript
#sqlite
#macos
#jquery
#cli
#c-plus-plus
dd-trace-java
★ 727
Open GitHub ↗
Datadog APM client for Java
Download README (.md)
Explore Similar Repositories
TLint
:
TLint for 虎扑体育 基于Dagger2+RxJava+Retrofit开发,采用MVP模式
seo-audit-skill
:
SEO agent skill for OpenClaw,Claude Code, and AI agents. Generate beginner SEO audits and advanced technical SEO reports for any page.
infinite_scroll_pagination
:
Flutter package to help you lazily load and display pages of items as the user scrolls down your screen.
UVR5-UI
:
Ultimate Vocal Remover 5 with Gradio UI. Separate an audio file into various stems, using multiple models
web
:
Supercharged version of Create React App with all the bells and whistles.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
dd-trace-java
?
Download (.md)
<p align="center"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://static.datadoghq.com/static/images/logos/_datadog_reversed_small.svg"> <source media="(prefers-color-scheme: light)" srcset="https://static.datadoghq.com/static/images/logos/_datadog_small.svg"> <img alt="Datadog logo" src="https://static.datadoghq.com/static/images/logos/_datadog_small.svg" width="240"> </picture> </p> # Datadog Java APM [](https://github.com/DataDog/dd-trace-java/releases/latest/) [](https://github.com/DataDog/dd-trace-java/releases) [](https://raw.githubusercontent.com/DataDog/dd-trace-java/master/LICENSE) This repository contains `dd-trace-java`, Datadog's APM client Java library. `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. These features power [Distributed Tracing](https://docs.datadoghq.com/tracing/) with [Automatic Instrumentation](https://docs.datadoghq.com/tracing/trace_collection/compatibility/java/#integrations), [Continuous Profiling](https://docs.datadoghq.com/tracing/profiler/), [Error Tracking](https://docs.datadoghq.com/tracing/error_tracking/), [Continuous Integration Visibility](https://docs.datadoghq.com/continuous_integration/), [Deployment Tracking](https://docs.datadoghq.com/tracing/deployment_tracking/), [Code Hotspots](https://docs.datadoghq.com/tracing/profiler/connect_traces_and_profiles/) and more. ## Getting Started To use and configure, check out the [setup documentation][setup docs]. For advanced usage, check out the [configuration reference][configuration reference] and [custom instrumentation API][api docs]. Confused about the terminology of APM? Take a look at the [APM Glossary][visualization docs]. [setup docs]: https://docs.datadoghq.com/tracing/languages/java [configuration reference]: https://docs.datadoghq.com/tracing/trace_collection/library_config/java [api docs]: https://docs.datadoghq.com/tracing/trace_collection/custom_instrumentation/java/ [visualization docs]: https://docs.datadoghq.com/tracing/visualization/ ## Contributing Before contributing to the project, please take a moment to read our brief [Contribution Guidelines](CONTRIBUTING.md). Then check our guides: * [How to set up a development environment and build the project](BUILDING.md), * [How to create a new instrumentation](docs/add_new_instrumentation.md), * [How to test](docs/how_to_test.md), Or our reference documents: * [How instrumentations work](docs/how_instrumentations_work.md). ## Releases Datadog will generally release a new minor version during the first full week of every month. See [release.md](docs/releases.md) for more information.