-
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.50.1
head repository: DataDog/dd-trace-go
compare: v1.51.0
Commits on Apr 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7883f0e - Browse repository at this point
Copy the full SHA 7883f0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6408430 - Browse repository at this point
Copy the full SHA 6408430View commit details
Commits on Apr 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a48dc66 - Browse repository at this point
Copy the full SHA a48dc66View commit details -
appsec: add blocking SDK body operation (#1901)
#1901 adds the http sdk body blocking feature the feature is divided as follows: * Modifying the appsec api: adding appsec.MonitorParsedHTTPBody an error as return value * Adding a call to the WAF to check for security event synchronously with a call to appsec.MonitorParsedHTTPBody on the body passed as parameter * Removing the call to the WAF done on the body an the end of a request because we moved it. * Refactoring the waf addresses storage and access Signed-off-by: Eliott Bouhana <eliott.bouhana@datadoghq.com>
Configuration menu - View commit details
-
Copy full SHA for 3452a55 - Browse repository at this point
Copy the full SHA 3452a55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 552a1ce - Browse repository at this point
Copy the full SHA 552a1ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 361d193 - Browse repository at this point
Copy the full SHA 361d193View commit details -
internal/telemetry: track tracer init time metric (#1896)
Co-authored-by: Andrew Glaude <andrew.glaude@datadoghq.com>
Configuration menu - View commit details
-
Copy full SHA for 58ba73d - Browse repository at this point
Copy the full SHA 58ba73dView commit details
Commits on Apr 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f727a69 - Browse repository at this point
Copy the full SHA f727a69View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0fa284 - Browse repository at this point
Copy the full SHA c0fa284View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ccafe4 - Browse repository at this point
Copy the full SHA 5ccafe4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79647aa - Browse repository at this point
Copy the full SHA 79647aaView commit details
Commits on Apr 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e5f54d7 - Browse repository at this point
Copy the full SHA e5f54d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17fb93d - Browse repository at this point
Copy the full SHA 17fb93dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a00d7e5 - Browse repository at this point
Copy the full SHA a00d7e5View commit details
Commits on Apr 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4e28712 - Browse repository at this point
Copy the full SHA 4e28712View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38016b0 - Browse repository at this point
Copy the full SHA 38016b0View commit details
Commits on Apr 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b553a8a - Browse repository at this point
Copy the full SHA b553a8aView commit details -
ddtrace/tracer: reset decision maker during fallback behavior of w3c …
…header extraction (#1933)
Configuration menu - View commit details
-
Copy full SHA for 9ef1fd1 - Browse repository at this point
Copy the full SHA 9ef1fd1View commit details -
contrib/cassandra: use naming schema (#1911)
Co-authored-by: Diana Shevchenko <40775148+dianashevchenko@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4895db6 - Browse repository at this point
Copy the full SHA 4895db6View commit details -
contrib/redis: use naming schema (#1906)
Co-authored-by: Andrew Glaude <andrew.glaude@datadoghq.com>
Configuration menu - View commit details
-
Copy full SHA for 4e30ad7 - Browse repository at this point
Copy the full SHA 4e30ad7View commit details
Commits on Apr 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d3d375c - Browse repository at this point
Copy the full SHA d3d375cView commit details
Commits on Apr 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 158fa4c - Browse repository at this point
Copy the full SHA 158fa4cView commit details
Commits on Apr 28, 2023
-
contrib/redis/go-redis.v9: support v9 (#1730)
Add support for new go-redis version v9. It does 2 things: Copy existing version 8 files to a new path, /redis/go-redis.v9. Make changes to support version 9. Fixes #1710
Configuration menu - View commit details
-
Copy full SHA for 2639a75 - Browse repository at this point
Copy the full SHA 2639a75View commit details -
ddtrace/tracer: ensure access to trace tags is concurrency-safe (#1948)
Spancontext marshaling was accessing tracer internal structures without a lock, resulting in a data race and panic. This commit adds a few methods to trace to allow safe access to the tags and propagatingTags members of trace to the marshaling code. Fixes #1944
Configuration menu - View commit details
-
Copy full SHA for 5deb295 - Browse repository at this point
Copy the full SHA 5deb295View commit details
Commits on May 1, 2023
-
ddtrace/tracer: mark context updated when SetUser is called (#1949)
Fixes a minor logic mistake when setting a user on a span
Configuration menu - View commit details
-
Copy full SHA for c19c747 - Browse repository at this point
Copy the full SHA c19c747View commit details
Commits on May 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e2c8230 - Browse repository at this point
Copy the full SHA e2c8230View commit details
Commits on May 3, 2023
-
go.mod: upgrade go-libddwaf to v1.2.0 (#1953)
Co-authored-by: Julio Guerra <julio@datadog.com>
Configuration menu - View commit details
-
Copy full SHA for dead436 - Browse repository at this point
Copy the full SHA dead436View commit details -
contrib/database/sql: fix bug where options were always overwritten b…
…y register options (#1904) Co-authored-by: Diana Shevchenko <40775148+dianashevchenko@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 773f8b8 - Browse repository at this point
Copy the full SHA 773f8b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81eb997 - Browse repository at this point
Copy the full SHA 81eb997View commit details
Commits on May 4, 2023
-
contrib/net/http: don't set empty string values as span tags (#1956)
Do not set span fields when they are not configured so the tracer can put the defaults in.
Configuration menu - View commit details
-
Copy full SHA for 21e0089 - Browse repository at this point
Copy the full SHA 21e0089View commit details
Commits on May 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b6486b2 - Browse repository at this point
Copy the full SHA b6486b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7155f12 - Browse repository at this point
Copy the full SHA 7155f12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65026f8 - Browse repository at this point
Copy the full SHA 65026f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 043c641 - Browse repository at this point
Copy the full SHA 043c641View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63590ad - Browse repository at this point
Copy the full SHA 63590adView commit details
Commits on May 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 242cc76 - Browse repository at this point
Copy the full SHA 242cc76View commit details -
appsec: handle user custom rules through remote config (#1961)
Co-authored-by: Julio Guerra <julio@datadog.com>
Configuration menu - View commit details
-
Copy full SHA for c9996a7 - Browse repository at this point
Copy the full SHA c9996a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4d62a7 - Browse repository at this point
Copy the full SHA e4d62a7View commit details
Commits on May 10, 2023
-
ddtrace/trace: only tag fully-covered spans as execution traced (#1943)
Only label spans as being covered by execution tracing if they are fully covered, i.e. they start and finish with execution tracing enabled. If we know that a span was partially covered, we can still label it, but with something different so it's clear there is missing information.
Configuration menu - View commit details
-
Copy full SHA for d2e0f49 - Browse repository at this point
Copy the full SHA d2e0f49View commit details -
profiler: support reconfiguring execution tracing at runtime (#1978)
Have the profiler check the execution tracing configuration environment variables at the beginning of each profiling cycle. That way, the environment variables can be updated at run-time. This will give initial users the flexibility to, for example, increase collection frequency during periods where they suspect a performance issue is happening, without requiring us to commit to a public interface for triggering or reconfiguring trace collection.
Configuration menu - View commit details
-
Copy full SHA for 3d9bf40 - Browse repository at this point
Copy the full SHA 3d9bf40View commit details
Commits on May 11, 2023
-
ddtrace/opentelemetry: parent start span options shouldn't be propaga…
…ted and used during child span creation (#1958)
Configuration menu - View commit details
-
Copy full SHA for 10c4341 - Browse repository at this point
Copy the full SHA 10c4341View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e284e4 - Browse repository at this point
Copy the full SHA 5e284e4View commit details
Commits on May 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6f9dd8f - Browse repository at this point
Copy the full SHA 6f9dd8fView commit details -
contrib/aws/aws-sdk-go: add WithErrorCheck option (#1682)
Co-authored-by: Diana Shevchenko <40775148+dianashevchenko@users.noreply.github.com> Co-authored-by: Zarir Hamza <zarir.hamza@datadoghq.com>
Configuration menu - View commit details
-
Copy full SHA for aff2b5a - Browse repository at this point
Copy the full SHA aff2b5aView commit details -
contrib/go-redis/redis.v8: fix broken parsing of redis commands (#1783)
Co-authored-by: Diana Shevchenko <40775148+dianashevchenko@users.noreply.github.com> Co-authored-by: Andrew Glaude <andrew.glaude@datadoghq.com>
Configuration menu - View commit details
-
Copy full SHA for 3b1462c - Browse repository at this point
Copy the full SHA 3b1462cView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc939eb - Browse repository at this point
Copy the full SHA dc939ebView commit details -
contrib:
peer.service
precursors for confluentinc/segmentio integr……ations (#1979) Co-authored-by: Andrew Glaude <andrew.glaude@datadoghq.com>
Configuration menu - View commit details
-
Copy full SHA for d1c023c - Browse repository at this point
Copy the full SHA d1c023cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b09491 - Browse repository at this point
Copy the full SHA 8b09491View commit details -
.github/workflows: allow checking out specific ref for system-tests (#…
…1986) Co-authored-by: Julio Guerra <julio@datadog.com>
Configuration menu - View commit details
-
Copy full SHA for 10c94ab - Browse repository at this point
Copy the full SHA 10c94abView commit details -
contrib/gin-gonic: abort context if request is blocked by appsec (#1976)
Co-authored-by: Julio Guerra <julio@datadog.com>
Configuration menu - View commit details
-
Copy full SHA for f00d6a6 - Browse repository at this point
Copy the full SHA f00d6a6View commit details
There are no files selected for viewing