Skip to content

Commit a6c4a54

Browse files
authored
Merge branch 'main' into main
2 parents 1e52226 + 0c7f2d5 commit a6c4a54

File tree

2,198 files changed

+44174
-33866
lines changed

Some content is hidden

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

2,198 files changed

+44174
-33866
lines changed

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

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

.chloggen/add-more-vecenter-receiver-virtual-machine-preformace-metrics.yaml

Lines changed: 0 additions & 27 deletions
This file was deleted.
Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +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: new_component
5-
6-
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
7-
component: bmchelixexporter
8-
9-
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Mark the BMC Helix exporter as Alpha.
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: [36773]
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]
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: new_component
5+
6+
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
7+
component: azureblobexporter
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 exporter for sending telemetry to Azure Storage Blob
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: [35717]
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]

.chloggen/bmchelixexporter-metrics-implementation.yaml

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

.chloggen/codeboten_ensure-onclose-hookedup.yaml

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

.chloggen/elasticsearchexporter-goelasticsearchv8.yaml

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

.chloggen/firehose-unmarshal-record.yaml

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

.chloggen/add-initial-buffer.yaml renamed to .chloggen/fix_azure-monitor-receiver-time-grain.yaml

Lines changed: 5 additions & 4 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: bug_fix
55

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

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Allow users to configure initial buffer size
10+
note: "Fix bug where the time grain wasn't honored"
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: [37786]
13+
issues: [37337]
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.
@@ -25,3 +25,4 @@ subtext:
2525
# Include 'api' if there is a change to a library API.
2626
# Default: '[user]'
2727
change_logs: [user]
28+

.chloggen/oauth2-expiry-buffer.yaml renamed to .chloggen/kafka_metrics_receiver-add-refresh_frequency.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
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: extension/oauth2clientauth
7+
component: receiver/kafkametricsreceiver
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Add `expiry_buffer` config to `oauth2client` extension, allowing token refresh before expiration with a default buffer of 5 minutes.
10+
note: Add `refresh_frequency` config to `kafkametricsreceiver`, to configure custom duration for cluster metadata refresh
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: [35148]
13+
issues: [37896]
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-
- Prevents authentication failures by refreshing the token early.
20-
- The default expiry buffer is set to 5 minutes, and users can adjust it as needed.
19+
- Helps fine tuning the refresh_frequency, and enables custom cluster metadata refresh intervals
20+
- Default refresh_frequency is set 10 minutes from Sarama library defaults
2121
2222
# If your change doesn't affect end users or the exported elements of any package,
2323
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.

.chloggen/bearertokenauthextension-fix-grpc-token-refresh.yaml renamed to .chloggen/kafkametricsreceiver-cluster-admin-init.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: bearertokenauthextension
7+
component: kafkametricsreceiver
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Load token lazily for gRPC AUTH to fix token refresh issue
10+
note: Fix incorrect cluster admin initialization in consumer scraper
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: [36749]
13+
issues: [36818]
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/mackjmr_expose-sourceprovider.yaml

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

.chloggen/migrating_converter_thrift_zipkin.yaml

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

.chloggen/olivierg_gateway-usage-gauge.yaml

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

0 commit comments

Comments
 (0)