Skip to content

Commit 125f594

Browse files
authored
Merge branch 'main' into s3exporter-canned-acl
2 parents 28cc668 + 2039671 commit 125f594

File tree

1,747 files changed

+31149
-28180
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,747 files changed

+31149
-28180
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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: coralogixexporter
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Add support for profiles to the Coralogix 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: [38011]
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 change adds support for profiles to the Coralogix exporter.
20+
It allows users to export profiles to Coralogix.
21+
22+
# If your change doesn't affect end users or the exported elements of any package,
23+
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
24+
# Optional: The change log or logs in which this entry should be included.
25+
# e.g. '[user]' or '[user, api]'
26+
# Include 'user' if the change is relevant to end users.
27+
# Include 'api' if there is a change to a library API.
28+
# Default: '[user]'
29+
change_logs: []
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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: coralogixexporter
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Add new batching capabilities to the Coralogix 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: [38081]
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 change adds a new batching capabilities to the Coralogix exporter.
20+
This change is triggered by https://github.com/open-telemetry/opentelemetry-collector/issues/8122.
21+
22+
The new batching capabilities are disabled by default.
23+
To enable them, you need to set the following configuration:
24+
25+
```yaml
26+
exporters:
27+
coralogix:
28+
batcher:
29+
enabled: true # Enable batching
30+
flush_timeout: 3s # Flush timeout
31+
min_size_items: 8888 # Minimum number of items to flush
32+
max_size_items: 10000 # Maximum number of items to batch
33+
```
34+
35+
# If your change doesn't affect end users or the exported elements of any package,
36+
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
37+
# Optional: The change log or logs in which this entry should be included.
38+
# e.g. '[user]' or '[user, api]'
39+
# Include 'user' if the change is relevant to end users.
40+
# Include 'api' if there is a change to a library API.
41+
# Default: '[user]'
42+
change_logs: []

.chloggen/add-bmchelix-to-build.yaml

-27
This file was deleted.

.chloggen/add-global-conditions-and-group-error-mode-support.yaml

-31
This file was deleted.

.chloggen/add-metrictypesum-support.yaml

-27
This file was deleted.

.chloggen/feat_kafka-topics-observer.yaml renamed to .chloggen/azureblob-exporter-skeleton.yaml

+3-3
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. filelogreceiver)
7-
component: kafkatopicsobserver
7+
component: azureblobexporter
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Adding new kafka topics observer extension
10+
note: Add new exporter for sending telemetry to Azure Storage Blob
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: [37665]
13+
issues: [35717]
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/datadog-receiver-span-links.yaml renamed to .chloggen/azuretranslator-app-props.yaml

+3-3
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: azuretranslator
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Implement support for span links
10+
note: Map application-defined properties for trace signals
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: [37449]
13+
issues: [35402]
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/bmchelixexporter-metrics-implementation.yaml

-27
This file was deleted.

.chloggen/dd-logger.yaml renamed to .chloggen/build-number-fix.yaml

+3-3
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/datadog
7+
component: extension/sumologicextension
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Expose the internal Zaplogger implementation
10+
note: "Sanitize the version before it is used to send data to SumoLogic"
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: [37939]
13+
issues: [37689]
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/convert-case-snake.yaml renamed to .chloggen/clickhouse-add-client-info.yaml

+5-4
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,19 @@
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: clickhouseexporter
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: "Introduce ToSnakeCase converter function"
10+
note: Add client info to queries
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: [32942]
13+
issues: [34915, 37146]
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: This change adds client product info to the system.query_log for more insight on where queries originate
19+
1920

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

.chloggen/codeboten_1.24.yaml

-25
This file was deleted.

.chloggen/convert-case-upper.yaml renamed to .chloggen/codeboten_telemetrygen-servicename.yaml

+3-3
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: telemetrygen
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: "Introduce ToUpperCase converter function"
10+
note: Support `--service` for all signal types, rather than just traces
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: [32942]
13+
issues: [38044]
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/gh-tracing-breaking.yaml renamed to .chloggen/codeboten_update-semconv.yaml

+3-3
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: githubreceiver
7+
component: telemetrygen
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: The `required_header` configuration option for the trace receiver has been changed to `required_headers`.
10+
note: Update attribute of generated traces from `net.peer.ip` to `net.sock.peer.addr` to bring it in line with new semconv.
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: [37578]
13+
issues: [38043]
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/dynatrace-resource-detection-processor.yaml renamed to .chloggen/coralogix-exporter-partial-success.yaml

+5-4
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,19 @@
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: resourcedetectionprocessor
7+
component: coralogixexporter
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: add the Dynatrace detector to the resource detection processor
10+
note: Partial success response from Coralogix
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: [37577]
13+
issues: [38022]
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+
Adds the ability to log partial success responses from Coralogix when using the Coralogix exporter.
1920
2021
# If your change doesn't affect end users or the exported elements of any package,
2122
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.

.chloggen/delete_deprecated_new_function.yaml

-27
This file was deleted.

0 commit comments

Comments
 (0)