Skip to content

Tags: rangelrealecb/dd-trace-go

Tags

v1.36.0

Toggle v1.36.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
internal/traceprof/traceproftest: fix flaxy endpoints/hotspots test (D…

…ataDog#1145)

* internal/traceprof/traceprof: fix flaxy endpoints/hotspots test

TestEndpointsAndCodeHotspots fails occasionally in CI. Change the retry
logic so that every required label is checked for in testCommon before
ending the retry loop.

* internal/traceprof/traceproftest: identify reason for test failure

If TestEndpointsAndCodeHotspots fails after too many attempts, show
which condition wasn't met after all the attempts.

v1.36.0-rc.2

Toggle v1.36.0-rc.2's commit message

Verified

This commit was signed with the committer’s verified signature.
Julio-Guerra Julio Guerra
internal/version/version.go: bump the lib version to v1.36.0-rc.2

v1.36.0-rc.1

Toggle v1.36.0-rc.1's commit message

Verified

This commit was signed with the committer’s verified signature.
Julio-Guerra Julio Guerra
internal/version/version.go: bump the lib version to v1.36.0-rc.1

v1.35.1-rc.1

Toggle v1.35.1-rc.1's commit message
ddtrace/tracer: only drop P0s when client-side stats are enabled

Currently, if the agent reports that it supports dropping P0s, the trace
agent will begin dropping them, independently of enabling client-side stats
computing. This results in default deployments dropping P0 spans and not
calculating stats on them, meaning trace metrics are wrong.

This only allows dropping P0s if client-side stats computation is enabled.

v1.35.0

Toggle v1.35.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
tracer: profiler endpoints for spans without type (DataDog#1115)

tracer: profiler endpoints for span's without type

v1.35.0-rc.7

Toggle v1.35.0-rc.7's commit message
inc version

v1.35.0-rc.6

Toggle v1.35.0-rc.6's commit message
tracer: startup message for hotspots/endpoints

v1.35.0-rc.5

Toggle v1.35.0-rc.5's commit message
inc version

v1.35.0-rc.4

Toggle v1.35.0-rc.4's commit message
Update internal version

v1.35.0-rc.3

Toggle v1.35.0-rc.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
revert: StartSpanFromContext for Tracer interface (DataDog#1103)

Remove StartSpanFromContext method from ddtrace.Tracer interface to
avoid breaking users that implement this interface.

Revert tracer.StartSpanFromContext to its old behavior of inherting the
span contained in the passed context. This makes sure that users who
write tests that rely on the default NoopTracer see the same behavior as
previously.

This reverts commits 5f95c9f and
6661a9d.