dd-trace-java
dd-trace-java copied to clipboard
Datadog APM client for Java
# What Does This Do This change, modeled after Golang PR https://github.com/DataDog/data-streams-go/pull/12/files, introduces the concept of an origin-based StatsPoint, where the timestamp of the StatsPoint is based on the time...
# What Does This Do Implements support for Selenium framework integration in CI Visibility. Tests that are using Selenium bindings for Java are tagger appropriately. If the tests are using...
# What Does This Do Fixes tracing for tests that are run with JUnit Platform Runner. # Motivation There are CI Visibility customers who use JUnit Platform Runner. # Additional...
# What Does This Do When flaky test retries are enabled in CI Visibility, by default every failed test will be retried up to N times. A config property is...
# Motivation Avoids recreating the same helpers when a module contains several instrumenters. Jira ticket: [AIT-9441] [AIT-9441]: https://datadoghq.atlassian.net/browse/AIT-9441?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
These are leftovers from #6797
# What Does This Do Add support for [SpanLinks](https://docs.datadoghq.com/tracing/trace_collection/span_links/) in spark instrumentation to correlate `spark.streaming_batch` span with its parent `databricks.task.execution` span from a different trace. # Motivation `spark.streaming_batch` spans are...
# What Does This Do # Motivation # Additional Notes Jira ticket: [PROJ-IDENT]
# What Does This Do Hack to try out native bindings for rust data pipeline in Java. See DataDog/libdatadog#360 # Motivation R&D week. # Additional Notes Currently only works on...
# What Does This Do Add DSM checkpoint when reading/writing to S3 using `aws-sdk-1` # Motivation Connect services based on which data they are reading/writing in S3 # Additional Notes...