Skip to content

Commit 20f959d

Browse files
authored
Merge branch 'main' into bearerauth-header
2 parents aefea65 + bc9c0f4 commit 20f959d

File tree

711 files changed

+22256
-20025
lines changed

Some content is hidden

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

711 files changed

+22256
-20025
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: new_component
5+
6+
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
7+
component: awslogsencodingextension
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Add AWS Logs Encoding Extension to support decoding logs produced by AWS services
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: [38627]
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: 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: elasticsearchexporter
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Enable native frame symbolization for Universal Profiling via the symbolization queue indices.
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: [38577]
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: 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: pkg/ottl
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Fix the `ottl.ParserCollection` to properly infer the OTTL context when using the `ParseConditions` function.
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: [38755]
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: [api]
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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: kafkaexporter
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: change default client_id to "otel-collector"
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: [38411]
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+
The exporter now uses the "configkafka" package which consolidates
20+
common configuration structures and default values. As a result of
21+
this change, we update the default client_id value to "otel-collector".
22+
23+
# If your change doesn't affect end users or the exported elements of any package,
24+
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
25+
# Optional: The change log or logs in which this entry should be included.
26+
# e.g. '[user]' or '[user, api]'
27+
# Include 'user' if the change is relevant to end users.
28+
# Include 'api' if there is a change to a library API.
29+
# Default: '[user]'
30+
change_logs: [user]
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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: kafkametricsreceiver
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: change default client_id to "otel-collector", deprecate "refresh_frequency"
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: [38411]
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+
The receiver now uses the "configkafka" package which consolidates
20+
common configuration structures and default values. As a result of
21+
this change, we update the default client_id value to "otel-collector",
22+
and deprecate "refresh_frequency" in favour of "metadata.refresh_interval".
23+
24+
# If your change doesn't affect end users or the exported elements of any package,
25+
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
26+
# Optional: The change log or logs in which this entry should be included.
27+
# e.g. '[user]' or '[user, api]'
28+
# Include 'user' if the change is relevant to end users.
29+
# Include 'api' if there is a change to a library API.
30+
# Default: '[user]'
31+
change_logs: [user]

.chloggen/sqlserver-top-query.yaml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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: sqlserverreceiver
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Support query-level log collection
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: [36462]
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+
Added top query (most CPU time consumed) collection. The query will gather the queries took most of the time during the last
20+
query interval and report related metrics. The number of queries can be configured. This will enable user to have better
21+
understanding on what is going on with the database. This enhancement empowers users to not only monitor but also actively
22+
manage and optimize their MSSQL database performance based on real usage patterns.
23+
24+
# If your change doesn't affect end users or the exported elements of any package,
25+
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
26+
# Optional: The change log or logs in which this entry should be included.
27+
# e.g. '[user]' or '[user, api]'
28+
# Include 'user' if the change is relevant to end users.
29+
# Include 'api' if there is a change to a library API.
30+
# Default: '[user]'
31+
change_logs: [user]

.github/CODEOWNERS

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ connector/spanmetricsconnector/ @open-telemetry
4040
connector/sumconnector/ @open-telemetry/collector-contrib-approvers @greatestusername @shalper2 @crobert-1
4141
exporter/alertmanagerexporter/ @open-telemetry/collector-contrib-approvers @sokoide @mcube8
4242
exporter/alibabacloudlogserviceexporter/ @open-telemetry/collector-contrib-approvers @shabicheng @kongluoxing @qiansheng91
43-
exporter/awscloudwatchlogsexporter/ @open-telemetry/collector-contrib-approvers @boostchicken @bryan-aguilar @rapphil
44-
exporter/awsemfexporter/ @open-telemetry/collector-contrib-approvers @Aneurysm9 @mxiamxia @bryan-aguilar
43+
exporter/awscloudwatchlogsexporter/ @open-telemetry/collector-contrib-approvers @boostchicken @rapphil
44+
exporter/awsemfexporter/ @open-telemetry/collector-contrib-approvers @Aneurysm9 @mxiamxia
4545
exporter/awskinesisexporter/ @open-telemetry/collector-contrib-approvers @Aneurysm9 @MovieStoreGuy
4646
exporter/awss3exporter/ @open-telemetry/collector-contrib-approvers @atoulme @pdelewski
4747
exporter/awsxrayexporter/ @open-telemetry/collector-contrib-approvers @wangzlei @srprash
@@ -93,7 +93,8 @@ extension/bearertokenauthextension/ @open-telemetry
9393
extension/cgroupruntimeextension/ @open-telemetry/collector-contrib-approvers @mx-psi @rogercoll
9494
extension/encoding/ @open-telemetry/collector-contrib-approvers @atoulme @dao-jun @dmitryax @MovieStoreGuy @VihasMakwana
9595
extension/encoding/avrologencodingextension/ @open-telemetry/collector-contrib-approvers @thmshmm
96-
extension/encoding/awscloudwatchmetricstreamsencodingextension/ @open-telemetry/collector-contrib-approvers @axw
96+
extension/encoding/awscloudwatchmetricstreamsencodingextension/ @open-telemetry/collector-contrib-approvers @axw @constanca-m
97+
extension/encoding/awslogsencodingextension/ @open-telemetry/collector-contrib-approvers @axw @constanca-m
9798
extension/encoding/googlecloudlogentryencodingextension/ @open-telemetry/collector-contrib-approvers @alexvanboxel
9899
extension/encoding/jaegerencodingextension/ @open-telemetry/collector-contrib-approvers @MovieStoreGuy @atoulme
99100
extension/encoding/jsonlogencodingextension/ @open-telemetry/collector-contrib-approvers @VihasMakwana @atoulme
@@ -298,7 +299,7 @@ receiver/solacereceiver/ @open-telemetry
298299
receiver/splunkenterprisereceiver/ @open-telemetry/collector-contrib-approvers @shalper2 @MovieStoreGuy @greatestusername
299300
receiver/splunkhecreceiver/ @open-telemetry/collector-contrib-approvers @atoulme
300301
receiver/sqlqueryreceiver/ @open-telemetry/collector-contrib-approvers @dmitryax @crobert-1
301-
receiver/sqlserverreceiver/ @open-telemetry/collector-contrib-approvers @StefanKurek
302+
receiver/sqlserverreceiver/ @open-telemetry/collector-contrib-approvers @StefanKurek @sincejune
302303
receiver/sshcheckreceiver/ @open-telemetry/collector-contrib-approvers @nslaughter
303304
receiver/statsdreceiver/ @open-telemetry/collector-contrib-approvers @jmacd @dmitryax
304305
receiver/syslogreceiver/ @open-telemetry/collector-contrib-approvers @djaglowski @andrzej-stencel

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ body:
9797
- extension/encoding
9898
- extension/encoding/avrologencoding
9999
- extension/encoding/awscloudwatchmetricstreamsencoding
100+
- extension/encoding/awslogsencoding
100101
- extension/encoding/googlecloudlogentryencoding
101102
- extension/encoding/jaegerencoding
102103
- extension/encoding/jsonlogencoding

.github/ISSUE_TEMPLATE/feature_request.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ body:
9191
- extension/encoding
9292
- extension/encoding/avrologencoding
9393
- extension/encoding/awscloudwatchmetricstreamsencoding
94+
- extension/encoding/awslogsencoding
9495
- extension/encoding/googlecloudlogentryencoding
9596
- extension/encoding/jaegerencoding
9697
- extension/encoding/jsonlogencoding

.github/ISSUE_TEMPLATE/other.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ body:
9191
- extension/encoding
9292
- extension/encoding/avrologencoding
9393
- extension/encoding/awscloudwatchmetricstreamsencoding
94+
- extension/encoding/awslogsencoding
9495
- extension/encoding/googlecloudlogentryencoding
9596
- extension/encoding/jaegerencoding
9697
- extension/encoding/jsonlogencoding

.github/ISSUE_TEMPLATE/unmaintained.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ body:
9696
- extension/encoding
9797
- extension/encoding/avrologencoding
9898
- extension/encoding/awscloudwatchmetricstreamsencoding
99+
- extension/encoding/awslogsencoding
99100
- extension/encoding/googlecloudlogentryencoding
100101
- extension/encoding/jaegerencoding
101102
- extension/encoding/jsonlogencoding

.github/component_labels.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ extension/cgroupruntimeextension extension/cgroupruntime
7575
extension/encoding extension/encoding
7676
extension/encoding/avrologencodingextension extension/encoding/avrologencoding
7777
extension/encoding/awscloudwatchmetricstreamsencodingextension extension/encoding/awscloudwatchmetricstreams
78+
extension/encoding/awslogsencodingextension extension/encoding/awslogsencoding
7879
extension/encoding/googlecloudlogentryencodingextension extension/encoding/googlecloudlogentryencoding
7980
extension/encoding/jaegerencodingextension extension/encoding/jaegerencoding
8081
extension/encoding/jsonlogencodingextension extension/encoding/jsonlogencoding

cmd/githubgen/allowlist.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
abhishek-at-cloudwerx
2-
AkhigbeEromo
32
cemdk
43
driverpt
54
dsimil

0 commit comments

Comments
 (0)