Skip to content

Commit 00a3d64

Browse files
author
alexgreenbank
committed
merge main and gci
Signed-off-by: alexgreenbank <[email protected]>
2 parents a934e4a + 90e75d3 commit 00a3d64

File tree

1,205 files changed

+41610
-43370
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,205 files changed

+41610
-43370
lines changed

.chloggen/stanley.liu_logs-agent-beta-breaking.yaml renamed to .chloggen/clickhouse-upgrade-statuscode-kind.yaml

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

66
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
7-
component: exporter/datadog
7+
component: clickhouseexporter
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: The `logs::dump_payloads` config option is invalid when the Datadog Agent logs pipeline is enabled (now enabled by default).
10+
note: Upgrade trace SpanKind and StatusCode string values
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: [34420]
13+
issues: [34799]
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: An error will be raised if `logs::dump_payloads` is set while the Datadog Agent logs pipeline is enabled. To avoid this error, remove the `logs::dump_payloads` config option or temporarily disable the `exporter.datadogexporter.UseLogsAgentExporter` feature gate.
18+
subtext: |
19+
This change updates the output of the trace SpanKind and StatusCode fields to be consistent
20+
with the specification's enum values. While this change will not break any deployments, it may affect
21+
queries dependent on the old enum names.
22+
23+
For more details on old->new values, see this related PR:
24+
https://github.com/open-telemetry/opentelemetry-collector/pull/6250
25+
1926
2027
# If your change doesn't affect end users or the exported elements of any package,
2128
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.

.chloggen/deltatocumulative-histograms.yaml

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

.chloggen/fix_exceptionconnector_dimension_not_works.yaml renamed to .chloggen/fix_memleak_obsreport.yaml

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

66
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
7-
component: connector/exceptionsconnector
7+
component: splunkhecreceiver
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Fix dimensions configuration did not take effect for resource attributes
10+
note: Fix memory leak when the receiver is used for both metrics and logs at the same time
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: [34603]
13+
issues: [34886]
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:
19+
1920
# If your change doesn't affect end users or the exported elements of any package,
2021
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
2122
# Optional: The change log or logs in which this entry should be included.

.chloggen/codeboten_more-scope-10.yaml renamed to .chloggen/gitprovider-rename.yaml

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

66
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
7-
component: lokiexporter
7+
component: gitproviderreceiver
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: "Update the scope name for telemetry produced by the lokiexporter from `otelcol/loki` to `github.com/open-telemetry/opentelemetry-collector-contrib/exporter/lokiexporter`"
10+
note: The Git Provider Receiver has been renamed to GitHub 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: [34612]
13+
issues: [34731]
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: |
19+
This rename was to better match the OpenTelemetry semantic convention changes in v1.27.0
20+
and allows for Traces and Log signals to be added to this component. Traces
21+
as mentioned in issue #27460 will be added in a future release to this component.
1922
2023
# If your change doesn't affect end users or the exported elements of any package,
2124
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.

.chloggen/gpr-metrics.yaml

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

.chloggen/fix_metrics_prefix.yaml renamed to .chloggen/intervalprocessor_gauge_summary.yaml

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

66
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
7-
component: solacereceiver
7+
component: processor/interval
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: "Updated the format for generated metrics. Included a `receiver_name` attribute that identifies the Solace receiver that generated the metrics"
10+
note: Support for gauge and summary metrics.
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: [34541]
13+
issues: [34803]
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: Only the last value of a gauge or summary metric is reported in the interval processor, instead of all values.
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/codeboten_go-1.23.yaml renamed to .chloggen/ottl-remove-tracing.yaml

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

66
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
7-
component: all
7+
component: ottl
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Added support for go1.23, bumped the minimum version to 1.22
10+
note: Remove tracing from OTTL due to performance concerns
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: [34658]
13+
issues: [34910]
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/log-error-unmarshaling-failure.yaml renamed to .chloggen/redaction-add-metrics-and-logs.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. filelogreceiver)
7-
component: datadogreceiver
7+
component: redactionprocessor
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: "Include error when logging unmarshaling failures in Datadog receiver."
10+
note: Add support for logs and metrics
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: [34515]
13+
issues: [34479]
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: [user]
27+
change_logs: []

.chloggen/metricstransform-processor-scale-exp-hist.yaml renamed to .chloggen/refactor-target-allocator.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Use this changelog template to create an entry for release notes.
22

33
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
4-
change_type: 'enhancement'
4+
change_type: breaking
55

66
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
7-
component: metricstransformprocessor
7+
component: prometheusreceiver
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Add scaling exponential histogram support
10+
note: Move the TargetAllocator configuration struct to an internal directory
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: [29803]
13+
issues: [33146]
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: [user]
27+
change_logs: [api]

.chloggen/stanley.liu_logs-agent-beta.yaml

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

0 commit comments

Comments
 (0)