Skip to content

Commit c9bec3e

Browse files
hannahkmdarccio
andauthored
feat: v1 trace protocol implementation (#3947 cherry pick) (#4085)
Co-authored-by: darccio <[email protected]>
1 parent 0700756 commit c9bec3e

File tree

32 files changed

+1943
-315
lines changed

32 files changed

+1943
-315
lines changed

.github/workflows/system-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ jobs:
136136
scenario: AGENT_SUPPORTING_SPAN_EVENTS
137137
- weblog-variant: net-http
138138
scenario: TELEMETRY_METRIC_GENERATION_DISABLED
139+
- weblog-variant: net-http
140+
scenario: APM_TRACING_EFFICIENT_PAYLOAD
139141
fail-fast: false
140142
env:
141143
TEST_LIBRARY: golang

contrib/aws/datadog-lambda-go/test/integration_tests/error/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.71.0 // indirect
1919
github.com/DataDog/datadog-agent/pkg/version v0.71.0 // indirect
2020
github.com/DataDog/datadog-go/v5 v5.6.0 // indirect
21-
github.com/DataDog/dd-trace-go/v2 v2.4.0-dev // indirect
21+
github.com/DataDog/dd-trace-go/v2 v2.4.0-rc.1 // indirect
2222
github.com/DataDog/go-libddwaf/v4 v4.6.1 // indirect
2323
github.com/DataDog/go-runtime-metrics-internal v0.0.4-0.20250721125240-fdf1ef85b633 // indirect
2424
github.com/DataDog/go-sqllexer v0.1.8 // indirect

contrib/aws/datadog-lambda-go/test/integration_tests/hello/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ go 1.24.0
1010
require (
1111
github.com/DataDog/dd-trace-go/contrib/aws/datadog-lambda-go/v2 v2.0.0-00010101000000-000000000000
1212
github.com/DataDog/dd-trace-go/contrib/net/http/v2 v2.0.0-00010101000000-000000000000
13-
github.com/DataDog/dd-trace-go/v2 v2.4.0-dev
13+
github.com/DataDog/dd-trace-go/v2 v2.4.0-rc.1
1414
github.com/aws/aws-lambda-go v1.46.0
1515
)
1616

contrib/dimfeld/httptreemux.v5/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24.0
44

55
require (
66
github.com/DataDog/dd-trace-go/contrib/net/http/v2 v2.4.0-dev
7-
github.com/DataDog/dd-trace-go/v2 v2.4.0-dev
7+
github.com/DataDog/dd-trace-go/v2 v2.4.0-rc.1
88
github.com/dimfeld/httptreemux/v5 v5.5.0
99
github.com/stretchr/testify v1.11.1
1010
)

contrib/google.golang.org/api/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24.0
44

55
require (
66
github.com/DataDog/dd-trace-go/contrib/net/http/v2 v2.4.0-dev
7-
github.com/DataDog/dd-trace-go/v2 v2.4.0-dev
7+
github.com/DataDog/dd-trace-go/v2 v2.4.0-rc.1
88
github.com/stretchr/testify v1.11.1
99
golang.org/x/oauth2 v0.30.0
1010
google.golang.org/api v0.169.0

contrib/google.golang.org/grpc/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24.0
44

55
require (
66
github.com/DataDog/dd-trace-go/instrumentation/testutils/grpc/v2 v2.4.0-dev
7-
github.com/DataDog/dd-trace-go/v2 v2.4.0-dev
7+
github.com/DataDog/dd-trace-go/v2 v2.4.0-rc.1
88
github.com/stretchr/testify v1.11.1
99
github.com/tinylib/msgp v1.3.0
1010
google.golang.org/grpc v1.75.0

contrib/gorilla/mux/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24.0
44

55
require (
66
github.com/DataDog/dd-trace-go/contrib/net/http/v2 v2.4.0-dev
7-
github.com/DataDog/dd-trace-go/v2 v2.4.0-dev
7+
github.com/DataDog/dd-trace-go/v2 v2.4.0-rc.1
88
github.com/gorilla/mux v1.8.1
99
github.com/stretchr/testify v1.11.1
1010
)

contrib/gorm.io/gorm.v1/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ godebug x509negativeserial=1
66

77
require (
88
github.com/DataDog/dd-trace-go/contrib/database/sql/v2 v2.4.0-dev
9-
github.com/DataDog/dd-trace-go/v2 v2.4.0-dev
9+
github.com/DataDog/dd-trace-go/v2 v2.4.0-rc.1
1010
github.com/go-sql-driver/mysql v1.6.0
1111
github.com/jackc/pgx/v5 v5.6.0
1212
github.com/lib/pq v1.10.2

contrib/hashicorp/vault/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24.0
44

55
require (
66
github.com/DataDog/dd-trace-go/contrib/net/http/v2 v2.4.0-dev
7-
github.com/DataDog/dd-trace-go/v2 v2.4.0-dev
7+
github.com/DataDog/dd-trace-go/v2 v2.4.0-rc.1
88
github.com/hashicorp/vault/api v1.15.0
99
github.com/hashicorp/vault/sdk v0.15.0
1010
github.com/stretchr/testify v1.11.1

contrib/jmoiron/sqlx/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ godebug x509negativeserial=1
66

77
require (
88
github.com/DataDog/dd-trace-go/contrib/database/sql/v2 v2.4.0-dev
9-
github.com/DataDog/dd-trace-go/v2 v2.4.0-dev
9+
github.com/DataDog/dd-trace-go/v2 v2.4.0-rc.1
1010
github.com/denisenkom/go-mssqldb v0.11.0
1111
github.com/go-sql-driver/mysql v1.6.0
1212
github.com/jmoiron/sqlx v1.3.5

0 commit comments

Comments
 (0)