Skip to content

Commit d6ec27c

Browse files
committed
Update OTel components to v1.41.0/v0.135.0
Signed-off-by: ChrsMark <[email protected]>
1 parent 680db54 commit d6ec27c

File tree

7 files changed

+4402
-2950
lines changed

7 files changed

+4402
-2950
lines changed

.ci/scripts/update-otel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ next_stable_core=${2:-}
1919
next_contrib=${3:-$next_beta_core}
2020

2121
# Get current versions from go.mod
22-
current_beta_core=$(grep 'go\.opentelemetry\.io/collector/receiver/otlpreceiver ' go.mod | cut -d' ' -f 2 || true)
22+
current_beta_core=$(grep 'go\.opentelemetry\.io/collector/exporter/debugexporter ' go.mod | cut -d' ' -f 2 || true)
2323
current_stable_core=$(grep 'go\.opentelemetry\.io/collector/confmap/provider/fileprovider ' go.mod | cut -d' ' -f 2 || true)
2424
current_contrib=$(grep 'github\.com/open-telemetry/opentelemetry-collector-contrib/receiver/filelogreceiver ' go.mod | cut -d' ' -f 2 || true)
2525

NOTICE-fips.txt

Lines changed: 1391 additions & 673 deletions
Large diffs are not rendered by default.

NOTICE.txt

Lines changed: 2269 additions & 1582 deletions
Large diffs are not rendered by default.
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Kind can be one of:
2+
# - breaking-change: a change to previously-documented behavior
3+
# - deprecation: functionality that is being removed in a later release
4+
# - bug-fix: fixes a problem in a previous version
5+
# - enhancement: extends functionality but does not break or fix existing behavior
6+
# - feature: new functionality
7+
# - known-issue: problems that we are aware of in a given version
8+
# - security: impacts on the security of a product or a user’s deployment.
9+
# - upgrade: important information for someone upgrading from a prior version
10+
# - other: does not fit into any of the other categories
11+
kind: enhancement
12+
13+
# Change summary; a 80ish characters long description of the change.
14+
summary: Update OTel components to v1.41.0/v0.135.0
15+
16+
# Long description; in case the summary is not enough to describe the change
17+
# this field accommodate a description without length limits.
18+
# NOTE: This field will be rendered only for breaking-change and known-issue kinds at the moment.
19+
#description:
20+
21+
# Affected component; usually one of "elastic-agent", "fleet-server", "filebeat", "metricbeat", "auditbeat", "all", etc.
22+
component: elastic-agent
23+
24+
# PR URL; optional; the PR number that added the changeset.
25+
# If not present is automatically filled by the tooling finding the PR where this changelog fragment has been added.
26+
# NOTE: the tooling supports backports, so it's able to fill the original PR number instead of the backport PR number.
27+
# Please provide it if you are adding a fragment for a different PR.
28+
#pr: https://github.com/owner/repo/1234
29+
30+
# Issue URL; optional; the GitHub issue related to this changeset (either closes or is part of).
31+
# If not present is automatically filled by the tooling with the issue linked to the PR number.
32+
#issue: https://github.com/owner/repo/1234

go.mod

Lines changed: 207 additions & 202 deletions
Large diffs are not rendered by default.

go.sum

Lines changed: 455 additions & 445 deletions
Large diffs are not rendered by default.

internal/pkg/otel/README.md

Lines changed: 47 additions & 47 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)