paullegranddc
paullegranddc
### What does this PR do? Same as this PR but for instrumentation telemetry https://github.com/DataDog/datadog-agent/pull/10806 Reduces the agent's idle connection timeout to 47 seconds for telemetry proxy. ### Motivation See...
# What does this PR do? Remove the validation that endpoint is not empty when casting the crashtrackers parameters. The endpoint can be empty, because it will be read from...
# What does this PR do? A brief description of the change being made with this pull request. # Motivation What inspired you to submit this pull request? # Additional...
### What does this PR do? ### Motivation ### Additional Notes ### Possible Drawbacks / Trade-offs ### Describe how to test/QA your changes
(pkg/trace) Change the telemetry proxy to respond immediately and proxy request in tghe background
### What does this PR do? Instead of proxying requests and waiting for response, we write a success immediately to the client, and spawn a goroutine that forwards the routine...
# What does this PR do? A brief description of the change being made with this pull request. # Motivation What inspired you to submit this pull request? # Additional...
# What does this PR do? V05 format specifies fallback options for serializing events and span links inside of the meta field. [span_links fallback format spec](https://docs.google.com/document/d/1RcTjO8ER5FNweJ0rqVcQEbf6tb1PrlPsQ6coZZww8Xg/edit?tab=t.0#heading=h.pwna8rp9exnf) [event fallback format spec](https://docs.google.com/document/d/1cVod_VI7Yruq8U9dfMRFJd7npDu-uBpste2IB04GyaQ/edit?tab=t.0#heading=h.78pxz0icbkx)...
# What does this PR do? A brief description of the change being made with this pull request. # Motivation What inspired you to submit this pull request? # Additional...
# Design discussion issue (if applicable) # https://github.com/open-telemetry/opentelemetry-rust/issues/2940 # Changes This PR refactors the SpanProcessor API. The API currently has the following issues: 1. It's not possible to read a...
## Issues SpanProcessor API refactor https://github.com/open-telemetry/opentelemetry-rust/issues/2940 ## Changes ### Add `on_ending` method on thr `SpanProcessor` trait. [Spec link](https://github.com/open-telemetry/opentelemetry-specification/blob/e5bc8e18e647a47b25d264b0c67ce6c0d0e1ec93/specification/trace/sdk.md#onending) This method is called during span ending, before `on_end`. it is given...