Skip to content

Commit 214376d

Browse files
authored
prepare for v1.28.0/v0.53.0 (#1052)
1 parent 5af7b07 commit 214376d

66 files changed

Lines changed: 126 additions & 126 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

e2e-test-server/cloud_functions/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23.0
55
require (
66
cloud.google.com/go/pubsub v1.49.0
77
github.com/GoogleCloudPlatform/functions-framework-go v1.9.1
8-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/e2e-test-server v0.52.0
8+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/e2e-test-server v0.53.0
99
github.com/cloudevents/sdk-go/v2 v2.15.2
1010
)
1111

@@ -17,9 +17,9 @@ require (
1717
cloud.google.com/go/functions v1.19.6 // indirect
1818
cloud.google.com/go/iam v1.5.2 // indirect
1919
cloud.google.com/go/trace v1.11.6 // indirect
20-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.28.0 // indirect
21-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.28.0 // indirect
22-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.52.0 // indirect
20+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.29.0 // indirect
21+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.29.0 // indirect
22+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.53.0 // indirect
2323
github.com/felixge/httpsnoop v1.0.4 // indirect
2424
github.com/go-logr/logr v1.4.3 // indirect
2525
github.com/go-logr/stdr v1.2.2 // indirect

e2e-test-server/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.23.0
44

55
require (
66
cloud.google.com/go/pubsub v1.49.0
7-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.28.0
7+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.29.0
88
go.opentelemetry.io/contrib/detectors/gcp v1.35.0
99
go.opentelemetry.io/otel v1.36.0
1010
go.opentelemetry.io/otel/sdk v1.36.0
@@ -19,8 +19,8 @@ require (
1919
cloud.google.com/go/compute/metadata v0.7.0 // indirect
2020
cloud.google.com/go/iam v1.5.2 // indirect
2121
cloud.google.com/go/trace v1.11.6 // indirect
22-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.28.0 // indirect
23-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.52.0 // indirect
22+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.29.0 // indirect
23+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.53.0 // indirect
2424
github.com/felixge/httpsnoop v1.0.4 // indirect
2525
github.com/go-logr/logr v1.4.3 // indirect
2626
github.com/go-logr/stdr v1.2.2 // indirect

example/metric/exponential_histogram/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/example/metric
33
go 1.23.0
44

55
require (
6-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.52.0
6+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.53.0
77
go.opentelemetry.io/contrib/detectors/gcp v1.35.0
88
go.opentelemetry.io/otel v1.36.0
99
go.opentelemetry.io/otel/metric v1.36.0
@@ -17,8 +17,8 @@ require (
1717
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
1818
cloud.google.com/go/compute/metadata v0.7.0 // indirect
1919
cloud.google.com/go/monitoring v1.24.2 // indirect
20-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.28.0 // indirect
21-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.52.0 // indirect
20+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.29.0 // indirect
21+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.53.0 // indirect
2222
github.com/go-logr/logr v1.4.3 // indirect
2323
github.com/go-logr/stdr v1.2.2 // indirect
2424
github.com/google/s2a-go v0.1.9 // indirect

example/metric/otlpgrpc/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414

1515
require (
1616
cloud.google.com/go/compute/metadata v0.7.0 // indirect
17-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.28.0 // indirect
17+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.29.0 // indirect
1818
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
1919
github.com/go-logr/logr v1.4.3 // indirect
2020
github.com/go-logr/stdr v1.2.2 // indirect

example/metric/sdk/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/example/metric
33
go 1.23.0
44

55
require (
6-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.52.0
6+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.53.0
77
go.opentelemetry.io/contrib/detectors/gcp v1.35.0
88
go.opentelemetry.io/otel v1.36.0
99
go.opentelemetry.io/otel/metric v1.36.0
@@ -16,8 +16,8 @@ require (
1616
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
1717
cloud.google.com/go/compute/metadata v0.7.0 // indirect
1818
cloud.google.com/go/monitoring v1.24.2 // indirect
19-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.28.0 // indirect
20-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.52.0 // indirect
19+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.29.0 // indirect
20+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.53.0 // indirect
2121
github.com/go-logr/logr v1.4.3 // indirect
2222
github.com/go-logr/stdr v1.2.2 // indirect
2323
github.com/google/s2a-go v0.1.9 // indirect

example/trace/http/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/example/trace/
33
go 1.23.0
44

55
require (
6-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.28.0
7-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/propagator v0.52.0
6+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.29.0
7+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/propagator v0.53.0
88
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0
99
go.opentelemetry.io/otel v1.36.0
1010
go.opentelemetry.io/otel/sdk v1.36.0
@@ -16,7 +16,7 @@ require (
1616
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
1717
cloud.google.com/go/compute/metadata v0.7.0 // indirect
1818
cloud.google.com/go/trace v1.11.6 // indirect
19-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.52.0 // indirect
19+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.53.0 // indirect
2020
github.com/felixge/httpsnoop v1.0.4 // indirect
2121
github.com/go-logr/logr v1.4.3 // indirect
2222
github.com/go-logr/stdr v1.2.2 // indirect

exporter/collector/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ require (
66
cloud.google.com/go/logging v1.13.0
77
cloud.google.com/go/monitoring v1.24.2
88
cloud.google.com/go/trace v1.11.6
9-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.28.0
10-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.52.0
9+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.29.0
10+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.53.0
1111
github.com/fsnotify/fsnotify v1.8.0
1212
github.com/google/go-cmp v0.7.0
1313
github.com/googleapis/gax-go/v2 v2.14.2

exporter/collector/integrationtest/go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ require (
66
cloud.google.com/go/logging v1.13.0
77
cloud.google.com/go/monitoring v1.24.2
88
cloud.google.com/go/trace v1.11.6
9-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.52.0
10-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/googlemanagedprometheus v0.52.0
11-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.52.0
12-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.52.0
13-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.52.0
9+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.53.0
10+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/googlemanagedprometheus v0.53.0
11+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.53.0
12+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.53.0
13+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.53.0
1414
github.com/google/go-cmp v0.7.0
1515
github.com/google/uuid v1.6.0
1616
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/prometheus v0.120.1
@@ -38,7 +38,7 @@ require (
3838
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
3939
cloud.google.com/go/compute/metadata v0.7.0 // indirect
4040
cloud.google.com/go/longrunning v0.6.7 // indirect
41-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.28.0 // indirect
41+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.29.0 // indirect
4242
github.com/beorn7/perks v1.0.1 // indirect
4343
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
4444
github.com/cespare/xxhash/v2 v2.3.0 // indirect

exporter/collector/integrationtest/testdata/fixtures/logs/logs_apache_access_batches_expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@
452452
"partialSuccess": true
453453
}
454454
],
455-
"userAgent": "GoogleCloudExporter Integration Test/0.52.0 grpc-go/1.72.2",
455+
"userAgent": "GoogleCloudExporter Integration Test/0.53.0 grpc-go/1.72.2",
456456
"selfObservabilityMetrics": {
457457
"createTimeSeriesRequests": [
458458
{

exporter/collector/integrationtest/testdata/fixtures/logs/logs_apache_access_expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@
407407
"partialSuccess": true
408408
}
409409
],
410-
"userAgent": "GoogleCloudExporter Integration Test/0.52.0 grpc-go/1.72.2",
410+
"userAgent": "GoogleCloudExporter Integration Test/0.53.0 grpc-go/1.72.2",
411411
"selfObservabilityMetrics": {
412412
"createTimeSeriesRequests": [
413413
{

0 commit comments

Comments
 (0)