Skip to content

Commit 687c821

Browse files
authored
Merge branch 'main' into fixRedisStart
2 parents 7ec7a6e + 0e4e317 commit 687c821

File tree

1,085 files changed

+45052
-32499
lines changed

Some content is hidden

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

1,085 files changed

+45052
-32499
lines changed

.checkapi.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ ignored_paths:
4444
- processor/filterprocessor # 43994
4545
- processor/transformprocessor # 43994
4646
- receiver/aerospikereceiver # 43995
47-
- receiver/prometheusreceiver # 43996
4847
- receiver/carbonreceiver
4948
- receiver/statsdreceiver
5049
allowed_functions:

.chloggen/opampsupervisor-redact-headers.yaml renamed to .chloggen/42644.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
change_type: bug_fix
55

66
# The name of the component, or a single word describing the area of concern, (e.g. receiver/filelog)
7-
component: cmd/opampsupervisor
7+
component: receiver/datadog
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Redacts HTTP headers in debug message
10+
note: Utilizes thread safe LRU packages
1111

1212
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
13-
issues: [43781]
13+
issues: [42644]
1414

1515
# (Optional) One or more lines of additional information to render under the primary note.
1616
# These lines will be padded with 2 spaces and then inserted directly into the document.
@@ -24,4 +24,4 @@ subtext:
2424
# Include 'user' if the change is relevant to end users.
2525
# Include 'api' if there is a change to a library API.
2626
# Default: '[user]'
27-
change_logs: []
27+
change_logs: [user]

.chloggen/43603-43604.yaml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.chloggen/43608-add-result-pagination.yaml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.chloggen/connector-dont-bail-on-downstream-error.yaml renamed to .chloggen/43984-fix-sqlqueryreceiver-null-value.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
change_type: bug_fix
55

66
# The name of the component, or a single word describing the area of concern, (e.g. receiver/filelog)
7-
component: connector/datadog
7+
component: receiver/sqlquery
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Datadog connector no longer stalls after a downstream component errors
10+
note: Fix a bug in the sqlqueryreceiver where an error is returned if the query returned a null value. This is now logged as a warning and logs with null values are ignored.
1111

1212
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
13-
issues: [43980]
13+
issues: [43984]
1414

1515
# (Optional) One or more lines of additional information to render under the primary note.
1616
# These lines will be padded with 2 spaces and then inserted directly into the document.

.chloggen/44087-fix-accessdenied.yaml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.chloggen/sqlserver-topn-interval-coverage-fix.yaml renamed to .chloggen/add-systemdreceiver.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
change_type: bug_fix
55

66
# The name of the component, or a single word describing the area of concern, (e.g. receiver/filelog)
7-
component: receiver/sqlserver
7+
component: receiver/systemd
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Fix incorrect logic in query metrics window calculation.
10+
note: "This allows systemd receiver to be used in collector config"
1111

1212
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
13-
issues: [44162]
13+
issues: [44420]
1414

1515
# (Optional) One or more lines of additional information to render under the primary note.
1616
# These lines will be padded with 2 spaces and then inserted directly into the document.
1717
# Use pipe (|) for multiline entries.
18-
subtext:
18+
subtext:
1919

2020
# If your change doesn't affect end users or the exported elements of any package,
2121
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.

.chloggen/datadog-config_orchestrator-explorer.yaml renamed to .chloggen/avoid-extra-copy.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
change_type: enhancement
55

66
# The name of the component, or a single word describing the area of concern, (e.g. receiver/filelog)
7-
component: pkg/datadog
7+
component: connector/routing
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: add orchestrator explorer support in pkg/datadog/config
10+
note: Avoid extra copy of all data during routing
1111

1212
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
13-
issues: [44105]
13+
issues: [44387]
1414

1515
# (Optional) One or more lines of additional information to render under the primary note.
1616
# These lines will be padded with 2 spaces and then inserted directly into the document.
@@ -24,4 +24,4 @@ subtext:
2424
# Include 'user' if the change is relevant to end users.
2525
# Include 'api' if there is a change to a library API.
2626
# Default: '[user]'
27-
change_logs: [api]
27+
change_logs: [user]

.chloggen/new_yanggrpc_receiver.yaml renamed to .chloggen/awslambdareceiver-implementation.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
change_type: new_component
55

66
# The name of the component, or a single word describing the area of concern, (e.g. receiver/filelog)
7-
component: receiver/yanggrpc
7+
component: receiver/awslambda
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: New component YANG gRPC
10+
note: Implementation of the AWS Lambda Receiver.
1111

1212
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
13-
issues: [43840]
13+
issues: [43504]
1414

1515
# (Optional) One or more lines of additional information to render under the primary note.
1616
# These lines will be padded with 2 spaces and then inserted directly into the document.

.chloggen/bearertoken-fix-race-condition.yaml

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)