Skip to content

Commit 4dbf744

Browse files
authored
Merge branch 'main' into main
2 parents 8f24fc1 + e4b2bbf commit 4dbf744

File tree

826 files changed

+20503
-17369
lines changed

Some content is hidden

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

826 files changed

+20503
-17369
lines changed
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. filelogreceiver)
7+
component: receiver/azureeventhub
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: When using a storage extension, the component will call Close on the client during component shutdown. This fixes a bug that resulted in a file potentially remaining locked after component shutdown.
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: [36238]
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/awsfirehose-contract.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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. otlpreceiver)
7+
component: awsfirehosereceiver
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Follow receiver contract based on type of error
11+
12+
# One or more tracking issues or pull requests related to the change
13+
issues: [5909]
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+
# Optional: The change log or logs in which this entry should be included.
21+
# e.g. '[user]' or '[user, api]'
22+
# Include 'user' if the change is relevant to end users.
23+
# Include 'api' if there is a change to a library API.
24+
# Default: '[user]'
25+
change_logs: []

.chloggen/failover-max-retry-fix.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. filelogreceiver)
7+
component: failoverconnector
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Resolves a bug that prevents proper recovery when disabling max retries
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: [36587]
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/file-grouping.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. filelogreceiver)
7+
component: pkg/stanza
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: "Introduce active file grouping mechanism."
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: [23787]
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. filelogreceiver)
7+
component: internal
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Remove stable gate `component.UseLocalHostAsDefaultHost`
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: [36589]
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. filelogreceiver)
7+
component: routingconnector
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Add abiilty to route by 'datapoint' context
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: [36523]
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: []

.github/CODEOWNERS

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ confmap/provider/secretsmanagerprovider/ @open-telemetry/collector-cont
2828
connector/countconnector/ @open-telemetry/collector-contrib-approvers @djaglowski @jpkrohling
2929
connector/datadogconnector/ @open-telemetry/collector-contrib-approvers @mx-psi @dineshg13 @ankitpatel96 @jade-guiton-dd
3030
connector/exceptionsconnector/ @open-telemetry/collector-contrib-approvers @marctc
31-
connector/failoverconnector/ @open-telemetry/collector-contrib-approvers @akats7 @djaglowski @fatsheep9146
31+
connector/failoverconnector/ @open-telemetry/collector-contrib-approvers @akats7 @fatsheep9146
3232
connector/grafanacloudconnector/ @open-telemetry/collector-contrib-approvers @rlankfo @jcreixell
3333
connector/otlpjsonconnector/ @open-telemetry/collector-contrib-approvers @djaglowski @ChrsMark
3434
connector/roundrobinconnector/ @open-telemetry/collector-contrib-approvers @bogdandrutu
@@ -179,10 +179,10 @@ processor/filterprocessor/ @open-telemetry/collector-cont
179179
processor/geoipprocessor/ @open-telemetry/collector-contrib-approvers @andrzej-stencel @michalpristas @rogercoll
180180
processor/groupbyattrsprocessor/ @open-telemetry/collector-contrib-approvers @rnishtala-sumo
181181
processor/groupbytraceprocessor/ @open-telemetry/collector-contrib-approvers @jpkrohling
182-
processor/intervalprocessor/ @open-telemetry/collector-contrib-approvers @RichieSams @sh0rez @djaglowski
182+
processor/intervalprocessor/ @open-telemetry/collector-contrib-approvers @RichieSams @sh0rez
183183
processor/k8sattributesprocessor/ @open-telemetry/collector-contrib-approvers @dmitryax @fatsheep9146 @TylerHelmuth
184184
processor/logdedupprocessor/ @open-telemetry/collector-contrib-approvers @MikeGoldsmith @djaglowski
185-
processor/logstransformprocessor/ @open-telemetry/collector-contrib-approvers @djaglowski @dehaansa
185+
processor/logstransformprocessor/ @open-telemetry/collector-contrib-approvers @dehaansa
186186
processor/metricsgenerationprocessor/ @open-telemetry/collector-contrib-approvers @Aneurysm9
187187
processor/metricstransformprocessor/ @open-telemetry/collector-contrib-approvers @dmitryax
188188
processor/probabilisticsamplerprocessor/ @open-telemetry/collector-contrib-approvers @jpkrohling @jmacd
@@ -198,9 +198,9 @@ processor/tailsamplingprocessor/ @open-telemetry/collector-cont
198198
processor/transformprocessor/ @open-telemetry/collector-contrib-approvers @TylerHelmuth @kentquirk @bogdandrutu @evan-bradley
199199

200200
receiver/activedirectorydsreceiver/ @open-telemetry/collector-contrib-approvers @pjanotti
201-
receiver/aerospikereceiver/ @open-telemetry/collector-contrib-approvers @djaglowski @antonblock
201+
receiver/aerospikereceiver/ @open-telemetry/collector-contrib-approvers @antonblock
202202
receiver/apachereceiver/ @open-telemetry/collector-contrib-approvers @djaglowski
203-
receiver/apachesparkreceiver/ @open-telemetry/collector-contrib-approvers @djaglowski @Caleb-Hurshman @mrsillydog
203+
receiver/apachesparkreceiver/ @open-telemetry/collector-contrib-approvers @Caleb-Hurshman @mrsillydog
204204
receiver/awscloudwatchmetricsreceiver/ @open-telemetry/collector-contrib-approvers
205205
receiver/awscloudwatchreceiver/ @open-telemetry/collector-contrib-approvers @schmikei
206206
receiver/awscontainerinsightreceiver/ @open-telemetry/collector-contrib-approvers @Aneurysm9 @pxaws
@@ -211,10 +211,10 @@ receiver/awsxrayreceiver/ @open-telemetry/collector-cont
211211
receiver/azureblobreceiver/ @open-telemetry/collector-contrib-approvers @eedorenko @mx-psi
212212
receiver/azureeventhubreceiver/ @open-telemetry/collector-contrib-approvers @atoulme @cparkins
213213
receiver/azuremonitorreceiver/ @open-telemetry/collector-contrib-approvers @nslaughter @codeboten
214-
receiver/bigipreceiver/ @open-telemetry/collector-contrib-approvers @djaglowski @StefanKurek
214+
receiver/bigipreceiver/ @open-telemetry/collector-contrib-approvers @StefanKurek
215215
receiver/carbonreceiver/ @open-telemetry/collector-contrib-approvers @aboguszewski-sumo
216216
receiver/chronyreceiver/ @open-telemetry/collector-contrib-approvers @MovieStoreGuy @jamesmoessis
217-
receiver/cloudflarereceiver/ @open-telemetry/collector-contrib-approvers @dehaansa @djaglowski
217+
receiver/cloudflarereceiver/ @open-telemetry/collector-contrib-approvers @dehaansa
218218
receiver/cloudfoundryreceiver/ @open-telemetry/collector-contrib-approvers @crobert-1
219219
receiver/collectdreceiver/ @open-telemetry/collector-contrib-approvers @atoulme
220220
receiver/couchdbreceiver/ @open-telemetry/collector-contrib-approvers @djaglowski
@@ -224,7 +224,7 @@ receiver/elasticsearchreceiver/ @open-telemetry/collector-cont
224224
receiver/expvarreceiver/ @open-telemetry/collector-contrib-approvers @jamesmoessis @MovieStoreGuy
225225
receiver/filelogreceiver/ @open-telemetry/collector-contrib-approvers @djaglowski
226226
receiver/filestatsreceiver/ @open-telemetry/collector-contrib-approvers @atoulme
227-
receiver/flinkmetricsreceiver/ @open-telemetry/collector-contrib-approvers @JonathanWamsley @djaglowski
227+
receiver/flinkmetricsreceiver/ @open-telemetry/collector-contrib-approvers @JonathanWamsley
228228
receiver/fluentforwardreceiver/ @open-telemetry/collector-contrib-approvers @dmitryax
229229
receiver/githubreceiver/ @open-telemetry/collector-contrib-approvers @adrielp @andrzej-stencel @crobert-1 @TylerHelmuth
230230
receiver/googlecloudmonitoringreceiver/ @open-telemetry/collector-contrib-approvers @dashpole @TylerHelmuth @abhishek-at-cloudwerx
@@ -246,8 +246,8 @@ receiver/kafkareceiver/ @open-telemetry/collector-cont
246246
receiver/kubeletstatsreceiver/ @open-telemetry/collector-contrib-approvers @dmitryax @TylerHelmuth @ChrsMark
247247
receiver/lokireceiver/ @open-telemetry/collector-contrib-approvers @mar4uk
248248
receiver/memcachedreceiver/ @open-telemetry/collector-contrib-approvers @djaglowski
249-
receiver/mongodbatlasreceiver/ @open-telemetry/collector-contrib-approvers @djaglowski @schmikei
250-
receiver/mongodbreceiver/ @open-telemetry/collector-contrib-approvers @djaglowski @schmikei
249+
receiver/mongodbatlasreceiver/ @open-telemetry/collector-contrib-approvers @schmikei
250+
receiver/mongodbreceiver/ @open-telemetry/collector-contrib-approvers @schmikei
251251
receiver/mysqlreceiver/ @open-telemetry/collector-contrib-approvers @djaglowski
252252
receiver/namedpipereceiver/ @open-telemetry/collector-contrib-approvers @sinkingpoint @djaglowski
253253
receiver/netflowreceiver/ @open-telemetry/collector-contrib-approvers @evan-bradley @dlopes7
@@ -266,30 +266,30 @@ receiver/prometheusremotewritereceiver/ @open-telemetry/collector-cont
266266
receiver/pulsarreceiver/ @open-telemetry/collector-contrib-approvers @dmitryax @dao-jun
267267
receiver/purefareceiver/ @open-telemetry/collector-contrib-approvers @jpkrohling @dgoscn @chrroberts-pure
268268
receiver/purefbreceiver/ @open-telemetry/collector-contrib-approvers @jpkrohling @dgoscn @chrroberts-pure
269-
receiver/rabbitmqreceiver/ @open-telemetry/collector-contrib-approvers @djaglowski @cpheps
269+
receiver/rabbitmqreceiver/ @open-telemetry/collector-contrib-approvers @cpheps
270270
receiver/receivercreator/ @open-telemetry/collector-contrib-approvers @dmitryax
271271
receiver/redisreceiver/ @open-telemetry/collector-contrib-approvers @dmitryax @hughesjj
272-
receiver/riakreceiver/ @open-telemetry/collector-contrib-approvers @djaglowski @armstrmi
272+
receiver/riakreceiver/ @open-telemetry/collector-contrib-approvers @armstrmi
273273
receiver/saphanareceiver/ @open-telemetry/collector-contrib-approvers @dehaansa
274274
receiver/sapmreceiver/ @open-telemetry/collector-contrib-approvers @atoulme
275275
receiver/signalfxreceiver/ @open-telemetry/collector-contrib-approvers @dmitryax
276276
receiver/simpleprometheusreceiver/ @open-telemetry/collector-contrib-approvers @fatsheep9146
277277
receiver/skywalkingreceiver/ @open-telemetry/collector-contrib-approvers @JaredTan95
278-
receiver/snmpreceiver/ @open-telemetry/collector-contrib-approvers @djaglowski @StefanKurek @tamir-michaeli
278+
receiver/snmpreceiver/ @open-telemetry/collector-contrib-approvers @StefanKurek @tamir-michaeli
279279
receiver/snowflakereceiver/ @open-telemetry/collector-contrib-approvers @dmitryax @shalper2
280-
receiver/solacereceiver/ @open-telemetry/collector-contrib-approvers @djaglowski @mcardy
280+
receiver/solacereceiver/ @open-telemetry/collector-contrib-approvers @mcardy
281281
receiver/splunkenterprisereceiver/ @open-telemetry/collector-contrib-approvers @shalper2 @MovieStoreGuy @greatestusername
282282
receiver/splunkhecreceiver/ @open-telemetry/collector-contrib-approvers @atoulme
283283
receiver/sqlqueryreceiver/ @open-telemetry/collector-contrib-approvers @dmitryax @crobert-1
284-
receiver/sqlserverreceiver/ @open-telemetry/collector-contrib-approvers @djaglowski @StefanKurek
284+
receiver/sqlserverreceiver/ @open-telemetry/collector-contrib-approvers @StefanKurek
285285
receiver/sshcheckreceiver/ @open-telemetry/collector-contrib-approvers @nslaughter @codeboten
286286
receiver/statsdreceiver/ @open-telemetry/collector-contrib-approvers @jmacd @dmitryax
287287
receiver/syslogreceiver/ @open-telemetry/collector-contrib-approvers @djaglowski @andrzej-stencel
288288
receiver/systemdreceiver/ @open-telemetry/collector-contrib-approvers @Hemansh31 @atoulme
289289
receiver/tcplogreceiver/ @open-telemetry/collector-contrib-approvers @djaglowski
290290
receiver/tlscheckreceiver/ @open-telemetry/collector-contrib-approvers @atoulme @michael-burt
291291
receiver/udplogreceiver/ @open-telemetry/collector-contrib-approvers @djaglowski
292-
receiver/vcenterreceiver/ @open-telemetry/collector-contrib-approvers @djaglowski @schmikei @StefanKurek
292+
receiver/vcenterreceiver/ @open-telemetry/collector-contrib-approvers @schmikei @StefanKurek
293293
receiver/wavefrontreceiver/ @open-telemetry/collector-contrib-approvers @samiura
294294
receiver/webhookeventreceiver/ @open-telemetry/collector-contrib-approvers @atoulme @shalper2
295295
receiver/windowseventlogreceiver/ @open-telemetry/collector-contrib-approvers @armstrmi @pjanotti

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
# We limit cache download as a whole to 5 minutes.
1717
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 2
1818
# renovate: datasource=github-releases depName=tcort/markdown-link-check
19-
MD_LINK_CHECK_VERSION: "3.13.6"
19+
MD_LINK_CHECK_VERSION: "3.12.2"
2020

2121
concurrency:
2222
group: ${{ github.workflow }}-${{ github.head_ref }}

.github/workflows/check-links.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111

1212
env:
1313
# renovate: datasource=github-releases depName=tcort/markdown-link-check
14-
MD_LINK_CHECK_VERSION: "3.13.6"
14+
MD_LINK_CHECK_VERSION: "3.12.2"
1515

1616
jobs:
1717
changedfiles:

0 commit comments

Comments
 (0)