Skip to content

Commit 4af5535

Browse files
authored
Merge branch 'main' into increase-go-cache-timeout
2 parents 588f945 + ad6fa27 commit 4af5535

Some content is hidden

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

63 files changed

+2592
-182
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: enhancement
5+
6+
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
7+
component: awsxrayexporter
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Convert individual HTTP error events into exceptions within subsegments for AWS SDK spans and strip AWS.SDK prefix from remote aws service name
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: [27232]
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: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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: azuremonitorexporter
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Added connection string support to the Azure Monitor Exporter
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: [28853]
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+
This enhancement simplifies the configuration process and aligns the exporter with Azure Monitor's recommended practices.
20+
The Connection String method allows the inclusion of various fields such as the InstrumentationKey and IngestionEndpoint
21+
within a single string, facilitating an easier and more integrated setup.
22+
While the traditional InstrumentationKey method remains supported for backward compatibility, it will be phased out.
23+
Users are encouraged to adopt the Connection String approach to ensure future compatibility and to leverage the broader
24+
configuration options it enables.
25+
26+
# If your change doesn't affect end users or the exported elements of any package,
27+
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
28+
# Optional: The change log or logs in which this entry should be included.
29+
# e.g. '[user]' or '[user, api]'
30+
# Include 'user' if the change is relevant to end users.
31+
# Include 'api' if there is a change to a library API.
32+
# Default: '[user]'
33+
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: 'breaking'
5+
6+
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
7+
component: carbonreceiver
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Do not export function New and pass checkapi.
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: [26304]
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: 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. filelogreceiver)
7+
component: postgresqlreceiver
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: "Deprecation of postgresql replication lag metrics `postgresql.wal.lag` in favor of more precise 'postgresql.wal.delay'"
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: [26714]
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]

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ extension/storage/dbstorage/ @open-te
120120
extension/storage/filestorage/ @open-telemetry/collector-contrib-approvers @djaglowski
121121

122122
internal/aws/ @open-telemetry/collector-contrib-approvers @Aneurysm9 @mxiamxia
123+
internal/collectd/ @open-telemetry/collector-contrib-approvers @atoulme
123124
internal/coreinternal/ @open-telemetry/collector-contrib-approvers @open-telemetry/collector-approvers
124125
internal/datadog/ @open-telemetry/collector-contrib-approvers @mx-psi @gbbr @dineshg13
125126
internal/docker/ @open-telemetry/collector-contrib-approvers @rmfitzpatrick @jamesmoessis

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ body:
111111
- extension/storage/dbstorage
112112
- extension/storage/filestorage
113113
- internal/aws
114+
- internal/collectd
114115
- internal/core
115116
- internal/datadog
116117
- internal/docker

.github/ISSUE_TEMPLATE/feature_request.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ body:
105105
- extension/storage/dbstorage
106106
- extension/storage/filestorage
107107
- internal/aws
108+
- internal/collectd
108109
- internal/core
109110
- internal/datadog
110111
- internal/docker

.github/ISSUE_TEMPLATE/other.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ body:
105105
- extension/storage/dbstorage
106106
- extension/storage/filestorage
107107
- internal/aws
108+
- internal/collectd
108109
- internal/core
109110
- internal/datadog
110111
- internal/docker

.github/dependabot.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,11 @@ updates:
367367
schedule:
368368
interval: "weekly"
369369
day: "wednesday"
370+
- package-ecosystem: "gomod"
371+
directory: "/internal/collectd"
372+
schedule:
373+
interval: "weekly"
374+
day: "wednesday"
370375
- package-ecosystem: "gomod"
371376
directory: "/internal/coreinternal"
372377
schedule:
@@ -1012,11 +1017,6 @@ updates:
10121017
schedule:
10131018
interval: "weekly"
10141019
day: "wednesday"
1015-
- package-ecosystem: "gomod"
1016-
directory: "/receiver/splunkenterprisereceiver"
1017-
schedule:
1018-
interval: "weekly"
1019-
day: "wednesday"
10201020
- package-ecosystem: "gomod"
10211021
directory: "/receiver/splunkhecreceiver"
10221022
schedule:

cmd/checkapi/allowlist.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ connector/servicegraphconnector
22
extension/encoding
33
extension/observer
44
processor/servicegraphprocessor
5-
receiver/carbonreceiver
6-
receiver/collectdreceiver
75
receiver/dockerstatsreceiver
86
receiver/journaldreceiver
97
receiver/kafkareceiver

0 commit comments

Comments
 (0)