Skip to content

Commit 78e30c2

Browse files
authored
Merge branch 'open-telemetry:main' into main
2 parents ad13b40 + 615c55d commit 78e30c2

File tree

839 files changed

+28017
-27310
lines changed

Some content is hidden

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

839 files changed

+28017
-27310
lines changed

.chloggen/config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ components:
136136
- internal/healthcheck
137137
- internal/k8sconfig
138138
- internal/k8sinventory
139+
- internal/k8sleaderelectortest
139140
- internal/kafka
140141
- internal/kubelet
141142
- internal/metadataproviders

.chloggen/default_properties.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Use this changelog template to create an entry for release notes.
2+
3+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
4+
change_type: enhancement
5+
6+
# The name of the component, or a single word describing the area of concern, (e.g. receiver/filelog)
7+
component: exporter/signalfx
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Support setting default properties for dimension updates to be set lazily as part of configuration
11+
12+
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
13+
issues: [44891]
14+
15+
# (Optional) One or more lines of additional information to render under the primary note.
16+
# These lines will be padded with 2 spaces and then inserted directly into the document.
17+
# Use pipe (|) for multiline entries.
18+
subtext:
19+
20+
# If your change doesn't affect end users or the exported elements of any package,
21+
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
22+
# Optional: The change log or logs in which this entry should be included.
23+
# e.g. '[user]' or '[user, api]'
24+
# Include 'user' if the change is relevant to end users.
25+
# Include 'api' if there is a change to a library API.
26+
# Default: '[user]'
27+
change_logs: []
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Use this changelog template to create an entry for release notes.
2+
3+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
4+
change_type: breaking
5+
6+
# The name of the component, or a single word describing the area of concern, (e.g. receiver/filelog)
7+
component: all
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: It's recommended to change the field type in your component configuration to be `configoptional.Optional[exporterhelper.QueueBatchConfig]` to keep the `enabled` subfield. Use configoptional.Some(exporterhelper.NewDefaultQueueConfig()) to enable by default. Use configoptional.Default(exporterhelper.NewDefaultQueueConfig()) to disable by default.
11+
12+
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
13+
issues: [44320]
14+
15+
# (Optional) One or more lines of additional information to render under the primary note.
16+
# These lines will be padded with 2 spaces and then inserted directly into the document.
17+
# Use pipe (|) for multiline entries.
18+
subtext:
19+
20+
# If your change doesn't affect end users or the exported elements of any package,
21+
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
22+
# Optional: The change log or logs in which this entry should be included.
23+
# e.g. '[user]' or '[user, api]'
24+
# Include 'user' if the change is relevant to end users.
25+
# Include 'api' if there is a change to a library API.
26+
# Default: '[user]'
27+
change_logs: [user, api]

.chloggen/extend_ds_regex.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Use this changelog template to create an entry for release notes.
2+
3+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
4+
change_type: 'enhancement'
5+
6+
# The name of the component, or a single word describing the area of concern, (e.g. receiver/filelog)
7+
component: exporter/elasticsearch
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: add dynamic data stream routing for connectors
11+
12+
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
13+
issues: [44525]
14+
15+
# (Optional) One or more lines of additional information to render under the primary note.
16+
# These lines will be padded with 2 spaces and then inserted directly into the document.
17+
# Use pipe (|) for multiline entries.
18+
subtext:
19+
20+
# If your change doesn't affect end users or the exported elements of any package,
21+
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
22+
# Optional: The change log or logs in which this entry should be included.
23+
# e.g. '[user]' or '[user, api]'
24+
# Include 'user' if the change is relevant to end users.
25+
# Include 'api' if there is a change to a library API.
26+
# Default: '[user]'
27+
change_logs: []

.chloggen/fix-tsp-memory-leak.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Use this changelog template to create an entry for release notes.
2+
3+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
4+
change_type: bug_fix
5+
6+
# The name of the component, or a single word describing the area of concern, (e.g. receiver/filelog)
7+
component: processor/tail_sampling
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Fix a memory leak introduced in 0.141.0 of the tail sampling processor when not blocking on overflow.
11+
12+
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
13+
issues: [44884]
14+
15+
# (Optional) One or more lines of additional information to render under the primary note.
16+
# These lines will be padded with 2 spaces and then inserted directly into the document.
17+
# Use pipe (|) for multiline entries.
18+
subtext:
19+
20+
# If your change doesn't affect end users or the exported elements of any package,
21+
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
22+
# Optional: The change log or logs in which this entry should be included.
23+
# e.g. '[user]' or '[user, api]'
24+
# Include 'user' if the change is relevant to end users.
25+
# Include 'api' if there is a change to a library API.
26+
# Default: '[user]'
27+
change_logs: [user]
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Use this changelog template to create an entry for release notes.
2+
3+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
4+
change_type: bug_fix
5+
6+
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
7+
component: receiver/googlecloudspanner
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: "Fixed goroutine leaks in ttlcache lifecycle management and applied modernize linter fixes across multiple receivers."
11+
12+
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
13+
issues: [44779]
14+
15+
# (Optional) One or more lines of additional information to render under the primary note.
16+
# These lines will be padded with 2 spaces and then inserted directly into the document.
17+
# Use pipe (|) for multiline entries.
18+
subtext: |
19+
- Simplified cache lifecycle management by removing unnecessary WaitGroup complexity
20+
- Added goleak ignores for ttlcache goroutines that don't stop immediately after Stop()
21+
22+
# If your change doesn't affect end usare ers or the exported elements of any package,
23+
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
24+
# Optional: The change log or logs in which this entry should be included.
25+
# e.g. '[user]' or '[user, api]'
26+
# Include 'user' if the change is relevant to end users.
27+
# Include 'api' if there is a change to a library API.
28+
# Default: '[user]'
29+
change_logs: [user]

.chloggen/use-pointer-for-context.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ subtext: |
2424
- `ottlmetric.NewTransformContext` in favor of `ottlmetric.NewTransformContextPtr`;
2525
- `ottlspan.NewTransformContext` in favor of `ottlspan.NewTransformContextPtr`;
2626
- `ottlspanevent.NewTransformContext` in favor of `ottlspanevent.NewTransformContextPtr`;
27+
- `filterprocessor.WithResourceFunctions` in favor of `filterprocessor.WithResourceFunctionsNew`
2728
- `filterprocessor.DefaultDataPointFunctions` in favor of `filtermprocessor.DefaultDataPointFunctionsNew`
2829
- `filterprocessor.WithDataPointFunctions` in favor of `filterprocessor.WithDataPointFunctionsNew`
2930
- `filterprocessor.DefaultLogFunctions` in favor of `filterprocessor.DefaultLogFunctionsNew`

.golangci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ linters:
118118
- go.opentelemetry.io/otel/semconv/v1.22.0
119119
- go.opentelemetry.io/otel/semconv/v1.25.0
120120
- go.opentelemetry.io/otel/semconv/v1.27.0
121-
- go.opentelemetry.io/otel/semconv/v1.30.0
122121
- go.opentelemetry.io/otel/semconv/v1.37.0
123122
- go.opentelemetry.io/otel/semconv/v1.38.0
124123

cmd/golden/go.mod

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ require (
66
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden v0.141.0
77
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.141.0
88
github.com/stretchr/testify v1.11.1
9-
go.opentelemetry.io/collector/component v1.47.0
10-
go.opentelemetry.io/collector/component/componenttest v0.141.0
11-
go.opentelemetry.io/collector/config/configoptional v1.47.0
12-
go.opentelemetry.io/collector/confmap v1.47.0
13-
go.opentelemetry.io/collector/consumer v1.47.0
14-
go.opentelemetry.io/collector/pdata v1.47.0
15-
go.opentelemetry.io/collector/receiver v1.47.0
16-
go.opentelemetry.io/collector/receiver/otlpreceiver v0.141.0
9+
go.opentelemetry.io/collector/component v1.47.1-0.20251210054218-8f51a1792add
10+
go.opentelemetry.io/collector/component/componenttest v0.141.1-0.20251210054218-8f51a1792add
11+
go.opentelemetry.io/collector/config/configoptional v1.47.1-0.20251210054218-8f51a1792add
12+
go.opentelemetry.io/collector/confmap v1.47.1-0.20251210054218-8f51a1792add
13+
go.opentelemetry.io/collector/consumer v1.47.1-0.20251210054218-8f51a1792add
14+
go.opentelemetry.io/collector/pdata v1.47.1-0.20251210054218-8f51a1792add
15+
go.opentelemetry.io/collector/receiver v1.47.1-0.20251210054218-8f51a1792add
16+
go.opentelemetry.io/collector/receiver/otlpreceiver v0.141.1-0.20251210054218-8f51a1792add
1717
go.opentelemetry.io/otel/metric v1.39.0
1818
go.opentelemetry.io/otel/trace v1.39.0
1919
go.uber.org/goleak v1.3.0
@@ -33,9 +33,9 @@ require (
3333
github.com/golang/snappy v1.0.0 // indirect
3434
github.com/google/go-tpm v0.9.7 // indirect
3535
github.com/google/uuid v1.6.0 // indirect
36-
github.com/hashicorp/go-version v1.7.0 // indirect
36+
github.com/hashicorp/go-version v1.8.0 // indirect
3737
github.com/json-iterator/go v1.1.12 // indirect
38-
github.com/klauspost/compress v1.18.1 // indirect
38+
github.com/klauspost/compress v1.18.2 // indirect
3939
github.com/knadh/koanf/maps v0.1.2 // indirect
4040
github.com/knadh/koanf/providers/confmap v1.0.0 // indirect
4141
github.com/knadh/koanf/v2 v2.3.0 // indirect
@@ -49,40 +49,40 @@ require (
4949
github.com/pmezard/go-difflib v1.0.0 // indirect
5050
github.com/rs/cors v1.11.1 // indirect
5151
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
52-
go.opentelemetry.io/collector v0.141.0 // indirect
53-
go.opentelemetry.io/collector/client v1.47.0 // indirect
54-
go.opentelemetry.io/collector/component/componentstatus v0.141.0 // indirect
55-
go.opentelemetry.io/collector/config/configauth v1.47.0 // indirect
56-
go.opentelemetry.io/collector/config/configcompression v1.47.0 // indirect
57-
go.opentelemetry.io/collector/config/configgrpc v0.141.0 // indirect
58-
go.opentelemetry.io/collector/config/confighttp v0.141.0 // indirect
59-
go.opentelemetry.io/collector/config/configmiddleware v1.47.0 // indirect
60-
go.opentelemetry.io/collector/config/confignet v1.47.0 // indirect
61-
go.opentelemetry.io/collector/config/configopaque v1.47.0 // indirect
62-
go.opentelemetry.io/collector/config/configtls v1.47.0 // indirect
63-
go.opentelemetry.io/collector/confmap/xconfmap v0.141.0 // indirect
64-
go.opentelemetry.io/collector/consumer/consumererror v0.141.0 // indirect
65-
go.opentelemetry.io/collector/consumer/xconsumer v0.141.0 // indirect
66-
go.opentelemetry.io/collector/extension/extensionauth v1.47.0 // indirect
67-
go.opentelemetry.io/collector/extension/extensionmiddleware v0.141.0 // indirect
68-
go.opentelemetry.io/collector/featuregate v1.47.0 // indirect
69-
go.opentelemetry.io/collector/internal/sharedcomponent v0.141.0 // indirect
70-
go.opentelemetry.io/collector/internal/telemetry v0.141.0 // indirect
71-
go.opentelemetry.io/collector/pdata/pprofile v0.141.0 // indirect
72-
go.opentelemetry.io/collector/pipeline v1.47.0 // indirect
73-
go.opentelemetry.io/collector/receiver/receiverhelper v0.141.0 // indirect
74-
go.opentelemetry.io/collector/receiver/xreceiver v0.141.0 // indirect
52+
go.opentelemetry.io/collector v0.141.1-0.20251210054218-8f51a1792add // indirect
53+
go.opentelemetry.io/collector/client v1.47.1-0.20251210054218-8f51a1792add // indirect
54+
go.opentelemetry.io/collector/component/componentstatus v0.141.1-0.20251210054218-8f51a1792add // indirect
55+
go.opentelemetry.io/collector/config/configauth v1.47.1-0.20251210054218-8f51a1792add // indirect
56+
go.opentelemetry.io/collector/config/configcompression v1.47.1-0.20251210054218-8f51a1792add // indirect
57+
go.opentelemetry.io/collector/config/configgrpc v0.141.1-0.20251210054218-8f51a1792add // indirect
58+
go.opentelemetry.io/collector/config/confighttp v0.141.1-0.20251210054218-8f51a1792add // indirect
59+
go.opentelemetry.io/collector/config/configmiddleware v1.47.1-0.20251210054218-8f51a1792add // indirect
60+
go.opentelemetry.io/collector/config/confignet v1.47.1-0.20251210054218-8f51a1792add // indirect
61+
go.opentelemetry.io/collector/config/configopaque v1.47.1-0.20251210054218-8f51a1792add // indirect
62+
go.opentelemetry.io/collector/config/configtls v1.47.1-0.20251210054218-8f51a1792add // indirect
63+
go.opentelemetry.io/collector/confmap/xconfmap v0.141.1-0.20251210054218-8f51a1792add // indirect
64+
go.opentelemetry.io/collector/consumer/consumererror v0.141.1-0.20251210054218-8f51a1792add // indirect
65+
go.opentelemetry.io/collector/consumer/xconsumer v0.141.1-0.20251210054218-8f51a1792add // indirect
66+
go.opentelemetry.io/collector/extension/extensionauth v1.47.1-0.20251210054218-8f51a1792add // indirect
67+
go.opentelemetry.io/collector/extension/extensionmiddleware v0.141.1-0.20251210054218-8f51a1792add // indirect
68+
go.opentelemetry.io/collector/featuregate v1.47.1-0.20251210054218-8f51a1792add // indirect
69+
go.opentelemetry.io/collector/internal/sharedcomponent v0.141.1-0.20251210054218-8f51a1792add // indirect
70+
go.opentelemetry.io/collector/internal/telemetry v0.141.1-0.20251210054218-8f51a1792add // indirect
71+
go.opentelemetry.io/collector/pdata/pprofile v0.141.1-0.20251210054218-8f51a1792add // indirect
72+
go.opentelemetry.io/collector/pipeline v1.47.1-0.20251210054218-8f51a1792add // indirect
73+
go.opentelemetry.io/collector/receiver/receiverhelper v0.141.1-0.20251210054218-8f51a1792add // indirect
74+
go.opentelemetry.io/collector/receiver/xreceiver v0.141.1-0.20251210054218-8f51a1792add // indirect
7575
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.63.0 // indirect
7676
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63.0 // indirect
7777
go.opentelemetry.io/otel v1.39.0 // indirect
78-
go.opentelemetry.io/otel/sdk v1.38.0 // indirect
79-
go.opentelemetry.io/otel/sdk/metric v1.38.0 // indirect
78+
go.opentelemetry.io/otel/sdk v1.39.0 // indirect
79+
go.opentelemetry.io/otel/sdk/metric v1.39.0 // indirect
8080
go.uber.org/multierr v1.11.0 // indirect
8181
go.yaml.in/yaml/v3 v3.0.4 // indirect
82-
golang.org/x/crypto v0.45.0 // indirect
83-
golang.org/x/net v0.47.0 // indirect
84-
golang.org/x/sys v0.38.0 // indirect
85-
golang.org/x/text v0.31.0 // indirect
82+
golang.org/x/crypto v0.46.0 // indirect
83+
golang.org/x/net v0.48.0 // indirect
84+
golang.org/x/sys v0.39.0 // indirect
85+
golang.org/x/text v0.32.0 // indirect
8686
google.golang.org/genproto/googleapis/rpc v0.0.0-20251022142026-3a174f9686a8 // indirect
8787
google.golang.org/grpc v1.77.0 // indirect
8888
google.golang.org/protobuf v1.36.10 // indirect

0 commit comments

Comments
 (0)