DataDog / dd-trace-java

Datadog APM client for Java
https://docs.datadoghq.com/tracing/languages/java
Apache License 2.0
572 stars 284 forks source link

Add `spark.stage` details attribute at the end of the stage #7608

Closed paul-laffon-dd closed 2 weeks ago

paul-laffon-dd commented 2 weeks ago

What Does This Do

Adds the spark.stage details attribute at the end of the stage, rather than at the beginning.

Motivation

The details attribute contains a large amount of data, including the full stack trace that initiated the stage. When using long-running spans, the span is flushed multiple times, which can significantly increase the ingestion volume.

By adding the details attribute at the end of the stage, we reduce the ingestion volume while still ensuring the information is available once the stage has completed.

Additional Notes

Contributor Checklist

Jira ticket: [PROJ-IDENT]