Skip to content

Commit 0da2b55

Browse files
committed
Merge branch 'main' into kafka-receiver-backoff
* main: (392 commits) fix(deps): update module golang.org/x/text to v0.22.0 (open-telemetry#37686) [exporter/bmchelix] Second PR of New component: BMC Helix Exporter (open-telemetry#37350) chore(deps): update otel/opentelemetry-collector-contrib docker tag to v0.119.0 (open-telemetry#37688) [chore] fix codeowners allowlist (open-telemetry#37684) chore(deps): update otel/opentelemetry-collector docker tag to v0.119.0 (open-telemetry#37687) Update jpkroehling's affiliation (open-telemetry#37683) fix(deps): update module github.com/clickhouse/clickhouse-go/v2 to v2.30.3 (open-telemetry#37655) fix(deps): update all opentelemetry collector contrib packages to v0.119.0 (open-telemetry#37666) fix(deps): update module github.com/elastic/go-docappender/v2 to v2.4.0 (open-telemetry#37667) fix(deps): update all golang.org/x packages (open-telemetry#37680) [exporter/prometheusremotewrite] Fix WAL deadlock (open-telemetry#37630) fix(deps): update opentelemetry-go monorepo (open-telemetry#37673) fix(deps): update module github.com/shirou/gopsutil/v4 to v4.25.1 (open-telemetry#37671) fix(deps): update module github.com/spf13/pflag to v1.0.6 (open-telemetry#37658) fix(deps): update all github.com/aws packages (open-telemetry#37661) [chore] Prepare release 0.119.0 (open-telemetry#37660) make update-otel OTEL_VERSION=v0.119.0 OTEL_STABLE_VERSION=v1.25.0 (open-telemetry#37656) add documentation and warning log for deprecating AccessTokenPassthrough (open-telemetry#37575) chore: add myself, echlebek, as a codeowner (open-telemetry#37650) [processor/transform] Add support for flat configuration style (open-telemetry#37444) ...
2 parents 241c3b4 + f399f0f commit 0da2b55

File tree

2,425 files changed

+76253
-45068
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,425 files changed

+76253
-45068
lines changed

.chloggen/azure-eventhub-observedtime-logs.yaml

Lines changed: 0 additions & 27 deletions
This file was deleted.
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: libhoneyreceiver
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 libhoney receiver 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: [36693]
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]'
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: metrics implementation
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]'
2727
change_logs: [user]

.chloggen/change-contexts-to-support-path-with-context.yaml

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

.chloggen/deprecate_sapmexporter.yaml

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

.chloggen/fix_supervisor-reports-error-nop-config.yaml

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

.chloggen/k8sobjects-data-structure.yaml

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

.chloggen/logs-for-libhoneyreceiver.yaml

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

.chloggen/move-attributes.yaml

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

.chloggen/ottl-remove-top-level-paths.yaml

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

.chloggen/ottl-trim-function.yaml

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

.chloggen/prw-WAL-deadlock.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
2+
change_type: bug_fix
3+
4+
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
5+
component: prometheusremotewriteexproter
6+
7+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
8+
note: |
9+
Resolves a deadlock in the WAL by temporarily releasing a lock while waiting for new writes to the WAL.
10+
# One or more tracking issues related to the change
11+
issues: [19363, 24399, 15277]
12+
13+
# (Optional) One or more lines of additional information to render under the primary note.
14+
# These lines will be padded with 2 spaces and then inserted directly into the document.
15+
# Use pipe (|) for multiline entries.
16+
subtext:
17+
18+
19+
change_logs: [user]

.chloggen/redis_storage_alpha.yaml

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

.chloggen/smaller_numbers.yaml

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

0 commit comments

Comments
 (0)