Skip to content

Commit a20b8a6

Browse files
authored
Merge branch 'main' into coralogix-proccesor-first-pr
2 parents b53a35b + 2aa0e6b commit a20b8a6

File tree

746 files changed

+16549
-14921
lines changed

Some content is hidden

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

746 files changed

+16549
-14921
lines changed

.chloggen/ottl_uri-parser.yaml renamed to .chloggen/add_k8s_pod_ip.yaml

Lines changed: 3 additions & 3 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: pkg/ottl
7+
component: k8sattributesprocessor
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Introducing `Uri` converter parsing URI string into SemConv
10+
note: "Add support for exposing `k8s.pod.ip` as a resource attribute"
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: [32433]
13+
issues: [32960]
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/awss3receiver_encodings.yaml

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

.chloggen/geoipprocessor_add_field.yaml renamed to .chloggen/branch-issue-32716.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: geoipprocessor
7+
component: 'receiver/mongodb'
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Add initial processing based on source.address resource attribute
10+
note: 'Ensure support of 6.0 and 7.0 MongoDB versions with integration tests'
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: [32663]
13+
issues: [32716]
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/otel-arrow-v024.yaml renamed to .chloggen/chan-tim_timeoutValidation.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: OTel-Arrow
7+
component: sumologicexporter
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Update to OTel-Arrow v0.24.0
10+
note: added timeout validation
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: [26491]
13+
issues: [33151]
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: []
Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +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: awss3exporter
7+
component: exporter/clickhouse
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: endpoint should contain the S3 bucket
10+
note: Unexport extra configuration methods.
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: [32774]
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:
13+
issues: [33647]
1914

2015
# If your change doesn't affect end users or the exported elements of any package,
2116
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
@@ -24,4 +19,4 @@ subtext:
2419
# Include 'user' if the change is relevant to end users.
2520
# Include 'api' if there is a change to a library API.
2621
# Default: '[user]'
27-
change_logs: []
22+
change_logs: [api]

.chloggen/codeboten_rm-deprecate.yaml renamed to .chloggen/clickhouseexporter-aggregation-temporality.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@
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: stanza
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: remove deprecated code
10+
note: Add `AggregationTemporality` column to histogram and exponential histogram tables. Rename `AggTemp` column to `AggregationTemporality` in sum table.
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: [33519]
13+
issues: [33424]
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.
1818
subtext: |
19-
This change removes:
20-
- adapter.LogEmitter, use helper.LogEmitter instead
21-
- adapter.NewLogEmitter, use helper.NewLogEmitter instead
22-
- fileconsumer.Manager's SugaredLogger struct member
23-
- pipeline.DirectedPipeline's SugaredLogger struct member
24-
- testutil.Logger, use zaptest.NewLogger instead
19+
It's a breaking change. users who upgrade to the latest version need to alter the Clickhouse table:
20+
```sql
21+
ALTER TABLE otel_metrics_exponential_histogram ADD COLUMN AggregationTemporality Int32 CODEC(ZSTD(1));
22+
ALTER TABLE otel_metrics_histogram ADD COLUMN AggregationTemporality Int32 CODEC(ZSTD(1));
23+
ALTER TABLE otel_metrics_sum RENAME COLUMN AggTemp TO AggregationTemporality;
24+
```
2525
2626
# If your change doesn't affect end users or the exported elements of any package,
2727
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
@@ -30,4 +30,4 @@ subtext: |
3030
# Include 'user' if the change is relevant to end users.
3131
# Include 'api' if there is a change to a library API.
3232
# Default: '[user]'
33-
change_logs: [api]
33+
change_logs: [user]

.chloggen/fix_esexp-mapping.yaml renamed to .chloggen/clickhouseexporter-remove-deprecated-config-option.yaml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +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: bug_fix
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: elasticsearchexporter
7+
component: exporter/clickhouse
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Duplicate Key in JSON
10+
note: Remove deprecated `ttl_days` config option, use `ttl` instead.
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: [33454]
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:
13+
issues: [33648]
1914

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

.chloggen/coralogix-exporter.yaml renamed to .chloggen/clickhouseexporter_update_default_logs_table.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: coralogixexporter
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: "Allow setting application name from `cx.application.name` and `cx.subsystem.name` resource attributes"
10+
note: Updated the default logs table to a more optimized schema
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: [33217]
13+
issues: [33611]
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: Simplified data types, improved partitioning and time range queries.
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_mdatagen-statsd.yaml

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

.chloggen/codeboten_rm-view-healthcheck.yaml

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

0 commit comments

Comments
 (0)