Skip to content

Commit 61f4fab

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents ef88034 + 5123e54 commit 61f4fab

859 files changed

Lines changed: 36108 additions & 36367 deletions

File tree

Some content is hidden

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

.chloggen/exporter-tinybird-limit-requests-to-10mb.yaml renamed to .chloggen/accept-unspecified-types-as-gauges-in-prometheusremotewrite-receiver.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: tinybirdexporter
7+
component: prometheusremotewritereceiver
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Limit request body to 10MB to avoid exceeding the EventsAPI size limit.
10+
note: Adds support to accept METRIC_TYPE_UNSPECIFIED as gauge type
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: [41782]
13+
issues: [41840]
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/fix-exp-hist-aggregation-offsets.yaml renamed to .chloggen/aws-s3-partition-timezone.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: coreinternal/aggregateutil
7+
component: exporter/awss3
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: "Aggregate exponential histogram data points when different offsets are present"
10+
note: Add S3PartitionTimezone config value to be able to change the timezone used for time-based partitioning
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: [42412]
13+
issues: [42319]
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/kubelet-volume-used.yaml renamed to .chloggen/codeboten_bump-telemetrygen-semconv.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: receiver/kubeletstats
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 k8s.pod.volume.usage metric."
10+
note: Updates the semconv to use 1.37.0
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: [40476]
13+
issues: [42567]
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/apache-req-connections-metrics.yaml renamed to .chloggen/countconnector-pdata-upgrade.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
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: apachereceiver
7+
component: countconnector
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Add number of connections per async state metrics.
10+
note: Upgrade profiles proto to 1.8.0
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: [41886]
13+
issues: [42526]
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.
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: coralogixexporter
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: "Enable rate limiter mechanism in the Coralogix exporter. To disable it set `rate_limiter.enabled` to `false`."
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: [42552]
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]
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,29 @@
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)
77
component: datadogexporter
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Add alpha feature gate 'exporter.datadogexporter.InferIntervalForDeltaMetrics'.
10+
note: Deprecate zorkian codepath
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: [42494]
13+
issues: [17373]
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: |
19-
This feature gate will set the interval for OTLP delta metrics mapped by the exporter when it can infer them.
18+
subtext: |
19+
Feature gate exporter.datadogexporter.metricexportnativeclient is now deprecated; the default metrics exporter is now
20+
Metrics Export Serializer unless feature gate exporter.datadogexporter.metricexportserializerclient is disabled.
21+
See https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.122.0 and #37930 for more
22+
info about Metrics Export Serializer.
2023
21-
# If your change doesn't affect end users or the exported elements of any package,
22-
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
2324
# Optional: The change log or logs in which this entry should be included.
2425
# e.g. '[user]' or '[user, api]'
2526
# Include 'user' if the change is relevant to end users.
2627
# Include 'api' if there is a change to a library API.
2728
# Default: '[user]'
28-
change_logs: []
29+
change_logs: [user, api]

.chloggen/dockerstatsreceiver-add-windows-support.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
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: bug_fix
55

66
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
7-
component: transformprocessor
7+
component: receiver/snowflake, 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: Add support for merging histogram buckets.
10+
note: Fix panic on startup caused by gosnowflake `v1.16.0`
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: [40280]
13+
issues: [42605]
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-
The transformprocessor now supports merging histogram buckets using the `merge_histogram_buckets` function.
19+
The solution was to downgrade the dependency version to `v1.15.0`.
20+
For more information, refer to the [upstream gosnowflake issue](https://github.com/snowflakedb/gosnowflake/issues/1533)
2021
2122
# If your change doesn't affect end users or the exported elements of any package,
2223
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.

.chloggen/issue-38598.yaml renamed to .chloggen/elasticsearchexporter-fix-data-stream-attributes.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ change_type: bug_fix
77
component: elasticsearchexporter
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Ignore expected errors when making bulk requests to profiling indices.
10+
note: Fix a bug where data stream attributes in 'none' mapping mode have invalid prefix.
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: [38598]
13+
issues: [42454]
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/elasticsearchexporter-profiling-hosts.yaml renamed to .chloggen/elasticsearchexporter-pdata-upgrade.yaml

Lines changed: 3 additions & 3 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)
77
component: elasticsearchexporter
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Populate profiling-hosts index with resource attribute information.
10+
note: Upgrade profiles proto to 1.8.0
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: [42220]
13+
issues: [42526]
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.

0 commit comments

Comments
 (0)