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

Datadog Go Library including APM tracing, profiling, and security monitoring.

Results 453 dd-trace-go issues
Sort by recently updated
recently updated
newest added

When an upstream service started the trace but did not propagate a sampling decision maker we should not propagate any data.

**Summary** I hope that all team are good. I sent a contrib package to support the web framework gearbox to datadog. I hope this package helps other people with his...

Currently, the implementation of the datadog instrumentation will marshal the complete CommandStartedEvent and tag it as mongodb query. Can we add an option to the monitor to omit the mongodb...

- Removed v6 from directory name - Deleted tests for Elasticsearch v6 - Added support for v8

This PR add's support for WithSpanOptions for both contrib/google.golang.org/grpc and contrib/google.golang.org/grpc.v12 Fixes: #1125

I believe this to be related to the issue here https://github.com/DataDog/datadog-go/pull/260, as you can see from these logs, ![image](https://user-images.githubusercontent.com/107019337/183841825-ba7b2d13-9c6c-44e3-b1f8-c455374aacb1.png) ddtrace panics here https://github.com/DataDog/dd-trace-go/blob/03a3099b20dbf91212e2f85d2b1a636da4c140d5/ddtrace/tracer/spancontext.go#L212 because https://github.com/DataDog/dd-trace-go/blob/03a3099b20dbf91212e2f85d2b1a636da4c140d5/ddtrace/tracer/spancontext.go#L164 is unaligned. This is running...

WithErrorCheck specifies a function fn which determines whether the passed error should be marked as an error. The fn is called whenever a database/sql operation finishes with an error. close...

Add support for post processor. The post processor enables processing finished spans of a trace. Spans can be read from and written to in the processor by using the methods...

Im wondering if you can point me in the right direction or suggest the best way of setting the service name for the application but also for any integrations which...

question