-
Notifications
You must be signed in to change notification settings - Fork 457
Comparing changes
Open a pull request
base repository: DataDog/dd-trace-go
base: v1.55.0
head repository: DataDog/dd-trace-go
compare: v1.56.0
Commits on Sep 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9314217 - Browse repository at this point
Copy the full SHA 9314217View commit details -
contrib/labstack/echo.v4: add WithErrorTranslator Option (#2169)
Co-authored-by: Zarir Hamza <zarir.hamza@datadoghq.com> Co-authored-by: Rodrigo Argüello <rodrigo.arguello@datadoghq.com> Co-authored-by: Andrew Glaude <andrew.glaude@datadoghq.com>
Configuration menu - View commit details
-
Copy full SHA for c487104 - Browse repository at this point
Copy the full SHA c487104View commit details
Commits on Sep 8, 2023
-
all: downgrade google.golang.org/protobuf and golang.org/x/exp depend…
…encies (#2212) A recent change to golang.org/x/exp/slices introduced an incompatibility which affects some of our downstream users. Additionally, upgrading the google.golang.org/protobuf dependency introduces lots of churn from differences in generated protobuf code. Neither dependency upgrade was needed by this library to address issues or use new features. Downgrade these dependencies to what they were prior to #2171.
Configuration menu - View commit details
-
Copy full SHA for 43a4d91 - Browse repository at this point
Copy the full SHA 43a4d91View commit details
Commits on Sep 11, 2023
-
datastreams: Add version tag (#2211)
Add a version tag to stats produced for data streams monitoring. This will help detect when deployments happen.
1Configuration menu - View commit details
-
Copy full SHA for 246238d - Browse repository at this point
Copy the full SHA 246238dView commit details
Commits on Sep 12, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for f8a0ac2 - Browse repository at this point
Copy the full SHA f8a0ac2View commit details
Commits on Sep 14, 2023
-
profiler: disable when run in AWS Lambda. (#2216)
Go profiling is not supported for AWS Lambda (or other serverless runtimes), so refuse to start if we detect we're in a Lambda. Otherwise the profiler will try (and most often fail) to send profiles which are unlikely to be useful.
1Configuration menu - View commit details
-
Copy full SHA for 9435e66 - Browse repository at this point
Copy the full SHA 9435e66View commit details
Commits on Sep 15, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for e0f9256 - Browse repository at this point
Copy the full SHA e0f9256View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 3679975 - Browse repository at this point
Copy the full SHA 3679975View commit details -
profiler: add go_num_goroutine metric (#2217)
profiler: add go_num_goroutine metric Co-authored-by: Jeremy C <jeremy.comte@gmail.com> Co-authored-by: Felix Geisendörfer <felix@datadoghq.com>
1Configuration menu - View commit details
-
Copy full SHA for f50b6be - Browse repository at this point
Copy the full SHA f50b6beView commit details -
build(deps): bump github.com/gofiber/fiber/v2 from 2.48.0 to 2.49.2 (#…
…2219) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ahmed Mezghani <38987709+ahmed-mez@users.noreply.github.com>
1Configuration menu - View commit details
-
Copy full SHA for 2ac90e1 - Browse repository at this point
Copy the full SHA 2ac90e1View commit details
Commits on Sep 18, 2023
-
contrib: add validation tests using test-agent (#2047)
This PR adds the APM Test Agent to run alongside unit / contrib tests in CI testing. A testing interface is created in contrib/internal/validationtest, which can be implemented by each contrib integration in order to generate test traces which are emitted to the APM Test Agent using the real Golang tracer. These traces are tested against a number of centrally located checks written within the Test-Agent, including: Service naming checks Peer.service checks Trace header checks The APM Test Agent is being added to every DD APM Tracer with the primary purpose of providing a centralized location for writing tests which will subsequently be used for asserting on handled traces. This strategy will help bring consistency to Datadog APM Tagging/ integration support.
1Configuration menu - View commit details
-
Copy full SHA for 992bbaf - Browse repository at this point
Copy the full SHA 992bbafView commit details
Commits on Sep 25, 2023
-
ddtrace/mocktracer: use lock in String method (#2229)
ddtrace/mocktracer: use lock in String method Co-authored-by: iharzhavarankau <izhavarankau@fubo.tv>
1Configuration menu - View commit details
-
Copy full SHA for 6a938b3 - Browse repository at this point
Copy the full SHA 6a938b3View commit details
Commits on Sep 27, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for 04c819d - Browse repository at this point
Copy the full SHA 04c819dView commit details
Commits on Sep 28, 2023
-
fasthttptrace: Add trace context propagation support for libraries bu…
…ilt on fasthttp (#2218)
1Configuration menu - View commit details
-
Copy full SHA for 93d4ab3 - Browse repository at this point
Copy the full SHA 93d4ab3View commit details
Commits on Oct 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d91f79f - Browse repository at this point
Copy the full SHA d91f79fView commit details
Commits on Oct 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 19f9b7c - Browse repository at this point
Copy the full SHA 19f9b7cView commit details
Commits on Oct 4, 2023
-
internal/version: use windows-2019 image to pass multios tests while …
…supporting Go 1.19
Configuration menu - View commit details
-
Copy full SHA for 08f3182 - Browse repository at this point
Copy the full SHA 08f3182View commit details
Commits on Oct 5, 2023
-
ci: use older Windows for Go 1.19 tests (#2250)
Use windows-2019 runner when testing Go 1.19, since the windows-2022 image has an incompatible C toolchain which breaks some of our tests. (cherry picked from commit b4cc9ed)
Configuration menu - View commit details
-
Copy full SHA for a95b2e9 - Browse repository at this point
Copy the full SHA a95b2e9View commit details -
contrib/google.golang.org/grpc: isolate tests using an independent ri…
…g instance instead of a shared one
Configuration menu - View commit details
-
Copy full SHA for 8a5def5 - Browse repository at this point
Copy the full SHA 8a5def5View commit details -
contrib/google.golang.org/grpc: isolate more tests using an independe…
…nt rig instance instead of a shared one
Configuration menu - View commit details
-
Copy full SHA for bbc77a4 - Browse repository at this point
Copy the full SHA bbc77a4View commit details
Commits on Oct 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5781af2 - Browse repository at this point
Copy the full SHA 5781af2View commit details
There are no files selected for viewing