dd-trace-dotnet
dd-trace-dotnet copied to clipboard
.NET Client Library for Datadog APM
**Describe the bug** I've added custom traces for our application startup and noticed strange behavior:  As long as I'm trying to instrument application startup, where logging is bootstrapped, background...
**Are you requesting automatic instrumentation for a framework or library? Please describe.** Are there plans to implement an OpenTelemetry exporter and automatic instrumentation? **Describe the solution you'd like** DataDog OpenTelemetry...
## Summary of changes When parsing `DD_TAGS`, we should allow tag values to contain colons (`:`). ## Reason for change Colons should be allowed in tag values according to Datadog's...
## Summary of changes This pull request adds the `SpanSampler` into the Tracer to support the Single Span Ingestion feature. ## Reason for change To allow for individual Spans that...
## Summary of changes For the `_dd.origin`, `env`, and `version` tags, stop adding them as tags to in-memory `Span` instances. Instead, track these values in `TraceContext` and inject them into...
## Summary of changes - Refactor tests, and add some explainers about how it all works - Added custom instrumentation to the serverless tests - Don't fail with "unknown address"...
## Summary of changes This PR adds the support for a new feature in the agent to proxy request to the event platform intakes (aka EVP proxy). For that the...
## Summary of changes ## Reason for change ## Implementation details ## Test coverage ## Other details
## Summary of changes Handle how the data is formatted in production. ## Reason for change The feature completely broken without this fix. ## Implementation details Our integration had a...