Skip to content

Commit cdea1dc

Browse files
committed
Merge remote-tracking branch 'upstream/main' into feat/oracledb-sysmetric-health
2 parents 4e016c2 + f66f53f commit cdea1dc

114 files changed

Lines changed: 4060 additions & 2732 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.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
change_type: bug_fix
2+
3+
component: processor/cumulativetodelta
4+
5+
note: Fix non-deterministic order of valid metric types in error messages for invalid `metric_types` config values.
6+
7+
issues: [49120]
8+
9+
change_logs: [user]
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/spanpruning
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Fix non-deterministic depth of preserved outlier spans by grouping leaves and parents by tree depth, so same-named ancestors at different depths are no longer merged.
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: [49323]
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]

.chloggen/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,8 @@ components:
239239
- receiver/aerospike
240240
- receiver/apache
241241
- receiver/apache_spark
242+
- receiver/aws_cloudwatch
242243
- receiver/aws_lambda
243-
- receiver/awscloudwatch
244244
- receiver/awscontainerinsightreceiver
245245
- receiver/awsecscontainermetrics
246246
- receiver/awsfirehose
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
change_type: bug_fix
2+
component: exporter/datadog
3+
note: "Fix host metadata collection no longer aborts the entire batch when one resource fails; errors are accumulated and processing continues for remaining resources"
4+
issues: [49153]
5+
subtext: See [DataDog/datadog-agent#51893](https://github.com/DataDog/datadog-agent/pull/51893).
6+
change_logs: [user]
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: deprecation
5+
6+
# The name of the component, or a single word describing the area of concern, (e.g. receiver/filelog)
7+
component: receiver/aws_cloudwatch
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: rename to `aws_cloudwatch` with deprecated alias `awscloudwatch`
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: [45339]
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: enhancement
5+
6+
# The name of the component, or a single word describing the area of concern, (e.g. receiver/filelog)
7+
component: receiver/aws_lambda
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Add support for AWS configuration overrides for static credentials
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: [49163]
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: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
2+
change_type: bug_fix
3+
4+
# The name of the component, or a single word describing the area of concern, (e.g. receiver/filelog)
5+
component: processor/k8s_attributes
6+
7+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
8+
note: "Fix cache key memory leak in k8sattributesprocessor when a Pod's IP is missing or cleared from the delete event"
9+
10+
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
11+
issues: [48986]
12+
13+
# (Optional) One or more lines of additional information to render under the primary note.
14+
subtext: |
15+
When a Pod is deleted, if its IP address is missing or already cleared from the delete event status,
16+
the processor now looks up the cached pod by its UID to retrieve the stored IP and correctly queue
17+
all associated keys for deletion.
18+
19+
change_logs: [user]

.chloggen/scope-attrs-routing.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: Support routing from data_stream attributes defined as scope attributes
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: [49306]
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
change_type: enhancement
2+
3+
component: processor/transform
4+
5+
note: "Add `exemplar` context support to the transform processor, allowing `metric_statements` to read and modify exemplar fields on metric datapoints."
6+
7+
issues: [49022]
8+
9+
subtext:
10+
11+
change_logs: [user, api]

.github/CODEOWNERS

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ confmap/provider/secretsmanagerprovider/ @open-telemetry
3131
connector/countconnector/ @open-telemetry/collector-contrib-approvers @akats7
3232
connector/datadogconnector/ @open-telemetry/collector-contrib-approvers @mx-psi @dineshg13 @jade-guiton-dd @IbraheemA
3333
connector/exceptionsconnector/ @open-telemetry/collector-contrib-approvers @marctc
34-
connector/failoverconnector/ @open-telemetry/collector-contrib-approvers @akats7 @fatsheep9146
34+
connector/failoverconnector/ @open-telemetry/collector-contrib-approvers @akats7
3535
connector/grafanacloudconnector/ @open-telemetry/collector-contrib-approvers @rlankfo @jcreixell
3636
connector/metricsaslogsconnector/ @open-telemetry/collector-contrib-approvers @atoulme
3737
connector/otlpjsonconnector/ @open-telemetry/collector-contrib-approvers @ChrsMark
@@ -172,7 +172,7 @@ pkg/golden/ @open-telemetry
172172
pkg/kafka/configkafka/ @open-telemetry/collector-contrib-approvers @pavolloffay @MovieStoreGuy @axw @paulojmdias
173173
pkg/kafka/topic/ @open-telemetry/collector-contrib-approvers @pavolloffay @MovieStoreGuy
174174
pkg/ottl/ @open-telemetry/collector-contrib-approvers @TylerHelmuth @evan-bradley @edmocosta @bogdandrutu
175-
pkg/pdatatest/ @open-telemetry/collector-contrib-approvers @fatsheep9146
175+
pkg/pdatatest/ @open-telemetry/collector-contrib-approvers
176176
pkg/pdatautil/ @open-telemetry/collector-contrib-approvers @dmitryax
177177
pkg/resourcetotelemetry/ @open-telemetry/collector-contrib-approvers @mx-psi
178178
pkg/sampling/ @open-telemetry/collector-contrib-approvers @kentquirk @jmacd
@@ -210,7 +210,7 @@ processor/groupbyattrsprocessor/ @open-telemetry
210210
processor/groupbytraceprocessor/ @open-telemetry/collector-contrib-approvers @iblancasa
211211
processor/intervalprocessor/ @open-telemetry/collector-contrib-approvers @RichieSams
212212
processor/isolationforestprocessor/ @open-telemetry/collector-contrib-approvers @atoulme @aarvee11
213-
processor/k8sattributesprocessor/ @open-telemetry/collector-contrib-approvers @dmitryax @fatsheep9146 @TylerHelmuth @ChrsMark @odubajDT
213+
processor/k8sattributesprocessor/ @open-telemetry/collector-contrib-approvers @dmitryax @TylerHelmuth @ChrsMark @odubajDT
214214
processor/logdedupprocessor/ @open-telemetry/collector-contrib-approvers @MikeGoldsmith
215215
processor/logstransformprocessor/ @open-telemetry/collector-contrib-approvers @dehaansa
216216
processor/lookupprocessor/ @open-telemetry/collector-contrib-approvers @jsvd @dehaansa @VihasMakwana
@@ -318,7 +318,7 @@ receiver/macosunifiedloggingreceiver/ @open-telemetry
318318
receiver/memcachedreceiver/ @open-telemetry/collector-contrib-approvers @jsirianni
319319
receiver/mongodbatlasreceiver/ @open-telemetry/collector-contrib-approvers @justinianvoss22 @dyl10s @ishleenk17
320320
receiver/mongodbreceiver/ @open-telemetry/collector-contrib-approvers @justinianvoss22 @dyl10s @ishleenk17
321-
receiver/mysqlreceiver/ @open-telemetry/collector-contrib-approvers @antonblock @ishleenk17 @cjksplunk
321+
receiver/mysqlreceiver/ @open-telemetry/collector-contrib-approvers @antonblock @ishleenk17
322322
receiver/namedpipereceiver/ @open-telemetry/collector-contrib-approvers @sinkingpoint
323323
receiver/netflowreceiver/ @open-telemetry/collector-contrib-approvers @evan-bradley @dlopes7
324324
receiver/nginxreceiver/ @open-telemetry/collector-contrib-approvers @colelaven @ishleenk17
@@ -343,7 +343,6 @@ receiver/redisreceiver/ @open-telemetry
343343
receiver/riakreceiver/ @open-telemetry/collector-contrib-approvers @armstrmi
344344
receiver/saphanareceiver/ @open-telemetry/collector-contrib-approvers @dehaansa
345345
receiver/signalfxreceiver/ @open-telemetry/collector-contrib-approvers @dmitryax
346-
receiver/simpleprometheusreceiver/ @open-telemetry/collector-contrib-approvers @fatsheep9146
347346
receiver/skywalkingreceiver/ @open-telemetry/collector-contrib-approvers @JaredTan95
348347
receiver/snmpreceiver/ @open-telemetry/collector-contrib-approvers @tamir-michaeli
349348
receiver/snowflakereceiver/ @open-telemetry/collector-contrib-approvers @dmitryax @shalper2
@@ -400,6 +399,6 @@ reports/distributions/otlp.yaml @open-telemetry/collector-contrib-approvers
400399

401400
# Start unmaintained components list
402401

403-
402+
receiver/simpleprometheusreceiver/ @open-telemetry/collector-contrib-approvers
404403

405404
# End unmaintained components list

0 commit comments

Comments
 (0)