dd-trace-dotnet icon indicating copy to clipboard operation
dd-trace-dotnet copied to clipboard

.NET Client Library for Datadog APM

Results 561 dd-trace-dotnet issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I've added custom traces for our application startup and noticed strange behavior: ![image](https://user-images.githubusercontent.com/772162/111283316-a9881580-8647-11eb-8ecb-4f0cdf5b6eb7.png) As long as I'm trying to instrument application startup, where logging is bootstrapped, background...

type:enhancement
area:tracer

Closes #1479 @DataDog/apm-dotnet

status:do-not-merge

**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...

type:bug
area:tracer

## 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...

area:tracer
type:refactor

## 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"...

area:tests
area:test-apps
area:serverless

## 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...

area:ci-visibility

## 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...