-
Notifications
You must be signed in to change notification settings - Fork 458
Comparing changes
Open a pull request
base repository: DataDog/dd-trace-go
base: v1.52.0
head repository: DataDog/dd-trace-go
compare: v1.53.0
Commits on Jun 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 08952ee - Browse repository at this point
Copy the full SHA 08952eeView commit details -
contrib/aws: fix sns nil pointer dereference (#2025)
Co-authored-by: Zarir Hamza <zarir.hamza@datadoghq.com>
Configuration menu - View commit details
-
Copy full SHA for b9a86a0 - Browse repository at this point
Copy the full SHA b9a86a0View commit details
Commits on Jun 14, 2023
-
ddtrace/tracer: implement peer.service (#1975)
Co-authored-by: Kyle Nusbaum <kyle@datadog.com>
Configuration menu - View commit details
-
Copy full SHA for 087eb5a - Browse repository at this point
Copy the full SHA 087eb5aView commit details -
internal/namingschema: add config flag to disable default integration…
… service names (#2007) Co-authored-by: Andrew Glaude <andrew.glaude@datadoghq.com>
Configuration menu - View commit details
-
Copy full SHA for 7af5011 - Browse repository at this point
Copy the full SHA 7af5011View commit details
Commits on Jun 15, 2023
-
tracer: fix telemetry metrics to align with spec (#2049)
Changes the metrics otel.spans_created and tracer_init_time to meet the telemetry naming specification. - otel.spans_created changes to spans_created with otel as a tag instead - tracer_init_time changes to init_time, and moves to a new "general" namespace
Configuration menu - View commit details
-
Copy full SHA for b34590b - Browse repository at this point
Copy the full SHA b34590bView commit details
Commits on Jun 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 61c3018 - Browse repository at this point
Copy the full SHA 61c3018View commit details
Commits on Jun 20, 2023
-
contrib/google.golang.org/grpc: Fallback to dynamic service names if …
…no global is found (#2051) Co-authored-by: Peter Kalmakis <peter.kalmakis@gmail.com> Co-authored-by: Katie Hockman <katie@hockman.dev> Co-authored-by: Diana Shevchenko <40775148+dianashevchenko@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 254acfa - Browse repository at this point
Copy the full SHA 254acfaView commit details
Commits on Jun 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 39472a6 - Browse repository at this point
Copy the full SHA 39472a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d95fdb5 - Browse repository at this point
Copy the full SHA d95fdb5View commit details
Commits on Jun 22, 2023
-
ddtrace/tracer: Fix TestSpanTracePushSeveral (#2062)
Start spans in this test instead of creating them manually.
Configuration menu - View commit details
-
Copy full SHA for d2cd391 - Browse repository at this point
Copy the full SHA d2cd391View commit details
Commits on Jun 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3ca9166 - Browse repository at this point
Copy the full SHA 3ca9166View commit details
Commits on Jun 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1330a36 - Browse repository at this point
Copy the full SHA 1330a36View commit details -
contrib/database/sql: properly annotate DB operations with execution …
…trace tasks (#2060) After #336, spans for database operations are created after the operation. This is necessary because some operations may return ErrSkip if they aren't supported, and creating spans with those errors is very noisy. But because of this, execution trace tasks associated with those spans would appear to be only a few microseconds long since they are created alongside the span and thus only cover the very end of the operation. This commit creates execution trace tasks (if the execution tracer is enabled) before the operations, and provides a way of communicating to the APM tracer that it doesn't need to create a task for the span. The APM tracer will still annotate the task with the span ID even if a task was already created.
Configuration menu - View commit details
-
Copy full SHA for ea87357 - Browse repository at this point
Copy the full SHA ea87357View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0348452 - Browse repository at this point
Copy the full SHA 0348452View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9a84b1 - Browse repository at this point
Copy the full SHA f9a84b1View commit details -
Missed in #2060 after adding a new dependency
Configuration menu - View commit details
-
Copy full SHA for ed9cc9c - Browse repository at this point
Copy the full SHA ed9cc9cView commit details -
tracer: request Headers as tags for web integrations (#1764)
Makes it possible to set request headers as tags at the integration level and at the global tracer level.
Configuration menu - View commit details
-
Copy full SHA for 1e3868b - Browse repository at this point
Copy the full SHA 1e3868bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1170127 - Browse repository at this point
Copy the full SHA 1170127View commit details
Commits on Jun 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 12ed8da - Browse repository at this point
Copy the full SHA 12ed8daView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea1655a - Browse repository at this point
Copy the full SHA ea1655aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b7defb - Browse repository at this point
Copy the full SHA 9b7defbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b72b941 - Browse repository at this point
Copy the full SHA b72b941View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dddd8b - Browse repository at this point
Copy the full SHA 8dddd8bView commit details -
ddtrace/opentelemetry: improve TestSpanContextWithStartOptions (#2063)
Adds a check to the TestSpanContextWithStartOptions OTel test which verifies that the payload contains two spans
Configuration menu - View commit details
-
Copy full SHA for cf69fbb - Browse repository at this point
Copy the full SHA cf69fbbView commit details
Commits on Jun 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e7415ef - Browse repository at this point
Copy the full SHA e7415efView commit details -
contrib/aws/aws-sdk-go-v2: add WithErrorCheck option (#2042)
Adds an WithErrorCheck function similar to #1682
Configuration menu - View commit details
-
Copy full SHA for 0c67903 - Browse repository at this point
Copy the full SHA 0c67903View commit details
Commits on Jun 29, 2023
-
internal/appsec: remove unnecessary remoteconfig updates specificatio…
…ns (#2084) Co-authored-by: Julio Guerra <julio@datadog.com>
Configuration menu - View commit details
-
Copy full SHA for ac8b4aa - Browse repository at this point
Copy the full SHA ac8b4aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5d2d28 - Browse repository at this point
Copy the full SHA e5d2d28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ec3635 - Browse repository at this point
Copy the full SHA 0ec3635View commit details -
Configuration menu - View commit details
-
Copy full SHA for f023ebd - Browse repository at this point
Copy the full SHA f023ebdView commit details -
Added WithErrorCheck option to redis (#2040)
Co-authored-by: Andrew Glaude <andrew.glaude@datadoghq.com> Co-authored-by: Andrew Glaude <ajgajg1134@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5ea746b - Browse repository at this point
Copy the full SHA 5ea746bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43a3523 - Browse repository at this point
Copy the full SHA 43a3523View commit details
Commits on Jul 3, 2023
-
contrib/emicklei/go-restful/v3: add integration for newest version (#…
…2088) Adds support for the latest version of go-restful
Configuration menu - View commit details
-
Copy full SHA for e7bce49 - Browse repository at this point
Copy the full SHA e7bce49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c7a8f4 - Browse repository at this point
Copy the full SHA 2c7a8f4View commit details
Commits on Jul 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c10c902 - Browse repository at this point
Copy the full SHA c10c902View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f9ab67 - Browse repository at this point
Copy the full SHA 7f9ab67View commit details
Commits on Jul 6, 2023
-
appsec: rework actions system (#2044)
Co-authored-by: Julio Guerra <julio@datadog.com>
Configuration menu - View commit details
-
Copy full SHA for 2eee7a0 - Browse repository at this point
Copy the full SHA 2eee7a0View commit details -
contrib/emicklei/go-restful.v3: move to the correct folder (#2092)
Co-authored-by: Katie Hockman <katie@hockman.dev>
Configuration menu - View commit details
-
Copy full SHA for f0e9c3f - Browse repository at this point
Copy the full SHA f0e9c3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 46268f1 - Browse repository at this point
Copy the full SHA 46268f1View commit details
Commits on Jul 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for eaa593d - Browse repository at this point
Copy the full SHA eaa593dView commit details
Commits on Jul 11, 2023
-
contrib/gocql: add WithCustomTag option (#2105)
Co-authored-by: Kyle Nusbaum <kyle@datadog.com>
Configuration menu - View commit details
-
Copy full SHA for 60cbd27 - Browse repository at this point
Copy the full SHA 60cbd27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2909e64 - Browse repository at this point
Copy the full SHA 2909e64View commit details -
Configuration menu - View commit details
-
Copy full SHA for fecca88 - Browse repository at this point
Copy the full SHA fecca88View commit details
Commits on Jul 18, 2023
-
go.mod: update go-libddwaf to v1.4.1 (#2120)
Signed-off-by: Eliott Bouhana <eliott.bouhana@datadoghq.com>
Configuration menu - View commit details
-
Copy full SHA for 4102a4c - Browse repository at this point
Copy the full SHA 4102a4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac23d5a - Browse repository at this point
Copy the full SHA ac23d5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f905f70 - Browse repository at this point
Copy the full SHA f905f70View commit details
Commits on Jul 19, 2023
-
internal: Improve the Iter performance of LockMap on empty maps (#2127)
Turns out doing RLock and RUnlock can still be slow especially when this code is in a HOT path. For most users this map will be empty. Therefore it's worth speeding up that case at the cost of a tiny bit of extra memory and a bit of complexity.
Configuration menu - View commit details
-
Copy full SHA for 3eabc50 - Browse repository at this point
Copy the full SHA 3eabc50View commit details -
contrib/internal/httptrace: improve performance of span starts (#2128)
This commit improves the performance of starting a span by reducing work done, especially allocations.
Configuration menu - View commit details
-
Copy full SHA for 216e947 - Browse repository at this point
Copy the full SHA 216e947View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5f2e0d - Browse repository at this point
Copy the full SHA a5f2e0dView commit details
Commits on Jul 20, 2023
-
contrib/emicklei/go-restful.v3: fix componentName (cherry-pick #2132) (…
Configuration menu - View commit details
-
Copy full SHA for 8615a7e - Browse repository at this point
Copy the full SHA 8615a7eView commit details
There are no files selected for viewing