Skip to content

Commit b6e9056

Browse files
authored
Merge branch 'main' into 23662
2 parents a8f1600 + 95547b4 commit b6e9056

File tree

1,424 files changed

+60817
-40351
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,424 files changed

+60817
-40351
lines changed

.chloggen/34188.yaml renamed to .chloggen/35855.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: 'enhancement'
55

66
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
77
component: azuremonitorexporter
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: support sending to multiple azure monitor exporters
10+
note: support span links for traces for azure monitor exporter
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: [34188]
13+
issues: [35855]
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/feat_add-routing-ismatch-isStr.yaml renamed to .chloggen/36571.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: routingconnector
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: Adds Standard Converter functions to routing connector.
10+
note: Splunk HEC timestamp accepts nanoseconds, microseconds, milliseconds, and seconds epoch.
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: [38282]
13+
issues: [36571]
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/faroreciever.yaml renamed to .chloggen/add-awslogsencodingextension.yaml

Lines changed: 4 additions & 4 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. filelogreceiver)
7-
component: faroreceiver
7+
component: awslogsencodingextension
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Introduce a new receiver to recieve faro data
10+
note: Add AWS Logs Encoding Extension to support decoding logs produced by AWS services
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: [19180]
13+
issues: [38627]
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: [user]

.chloggen/added-more-sqlserver-receiver-preformace-metrics.yaml

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

.chloggen/multiple_bearer_tokens_support.yaml renamed to .chloggen/alew_add-unit-to-prometheus-metadata.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: bearertokenauthextension
7+
component: prometheusremotewriteexporter
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 ability to configure multiple bearer tokens for the same endpoint.
10+
note: Adds logic to convert from the internal OTEL Metrics unit format to Prometheus unit format and emit unit as part of Prometheus metadata.
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: [38148]
13+
issues: [29452]
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/awscloudwatchmetricstreamsencodingextension-skeleton.yaml renamed to .chloggen/awscloudwatchmetricsencodingextension-alpha.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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: new_component
4+
change_type: enhancement
55

66
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
77
component: awscloudwatchencodingextension
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Introduce new encoding extension for AWS CloudWatch Metric Streams
10+
note: Increase component stability to Alpha
1111

1212
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
1313
issues: [37870]

.chloggen/cleanup-metrics.yaml

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

.chloggen/config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ entries_dir: .chloggen
1212
# (Optional) Default: .chloggen/TEMPLATE.yaml
1313
template_yaml: .chloggen/TEMPLATE.yaml
1414

15+
summary_template: .chloggen/summary.tmpl
16+
1517
# The CHANGELOG file or files to which 'chloggen update' will write new entries
1618
# (Optional) Default filename: CHANGELOG.md
1719
change_logs:

.chloggen/fix-otlpjsonfilereceiver-null-dereference.yaml renamed to .chloggen/detect-resets.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. filelogreceiver)
7-
component: otlpjsonfilereceiver
7+
component: metricstarttimeprocessor
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Fix nil pointer dereference due to empty token
10+
note: Add reset detection for histograms
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: [38289]
13+
issues: [38582]
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/migrate-to-sdk-v2.yaml renamed to .chloggen/disallow-users-from-setting-compression-type-other-than-snappy.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
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: receiver/awscloudwatchreceiver
7+
component: prometheusremotewriteexporter
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Upgrading to adopt AWS SDK v2
10+
note: "Disallow users from setting compression type other than snappy"
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: [36699]
13+
issues: [37232]
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 upgrades the AWS SDK used in the CloudWatch receiver from v1 to v2.
20-
It ensures better performance and compatibility with newer AWS features.
19+
This change ensures that only the snappy compression type can be set, as required by the Prometheus Remote Write protocol.
2120
2221
# If your change doesn't affect end users or the exported elements of any package,
2322
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.

0 commit comments

Comments
 (0)