Skip to content

Update OTel components to v0.120.x #7663

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 22 commits into from
Closed
Show file tree
Hide file tree
Changes from 21 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
5340484
sed -i 's/\(go\.opentelemetry\.io\/collector.*\) v0\.119.0/\1 v0.120.…
andrzej-stencel Feb 18, 2025
81f29dc
sed -i 's/\(go\.opentelemetry\.io\/collector.*\) v1\.25\.0/\1 v1.26.0…
andrzej-stencel Feb 18, 2025
637e9fe
sed -i 's/\(github\.com\/open-telemetry\/opentelemetry\-collector\-co…
andrzej-stencel Feb 18, 2025
ba76c45
go mod tidy
andrzej-stencel Feb 18, 2025
96f65f4
mage notice
andrzej-stencel Feb 18, 2025
c163f33
mage otel:readme
andrzej-stencel Feb 18, 2025
eafd78e
add changelog entry
andrzej-stencel Feb 18, 2025
abb6134
Merge remote-tracking branch 'upstream/main' into update-otel-v0.120.0
andrzej-stencel Feb 20, 2025
1078a04
Update Contrib components to v0.120.1
andrzej-stencel Feb 20, 2025
789cbb0
go mod tidy
andrzej-stencel Feb 20, 2025
b918a0d
mage notice
andrzej-stencel Feb 20, 2025
4d05810
mage otel:readme
andrzej-stencel Feb 20, 2025
fb9be76
update changelog entry
andrzej-stencel Feb 20, 2025
9ec9a8f
Merge remote-tracking branch 'upstream/main' into update-otel-v0.120.0
andrzej-stencel Feb 20, 2025
111e1f1
Merge remote-tracking branch 'upstream/main' into update-otel-v0.120.0
andrzej-stencel Mar 27, 2025
ca402c6
add replacement for prometheusreceiver
andrzej-stencel Mar 27, 2025
6b1d715
go mod tidy && mage notice && mage otel:readme
andrzej-stencel Mar 27, 2025
bf4c7b2
explicitly go back to prometheus v0.54.1
andrzej-stencel Mar 27, 2025
21b3e94
add replacement to linter's allowlist
andrzej-stencel Mar 27, 2025
7a0b729
Merge branch 'main' into update-otel-v0.120.0
andrzej-stencel Mar 28, 2025
def9cba
Merge branch 'main' into otel-v0.120.0
mauri870 Apr 1, 2025
a674e2c
Merge branch 'main' into otel-v0.120.0
khushijain21 Apr 3, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ linters-settings:
- github.com/dop251/goja_nodejs
- github.com/fsnotify/fsnotify
- github.com/openshift/api
- github.com/open-telemetry/opentelemetry-collector-contrib/receiver/prometheusreceiver

nolintlint:
# Enable to ensure that nolint directives are all used. Default is true.
Expand Down
3,616 changes: 2,369 additions & 1,247 deletions NOTICE.txt

Large diffs are not rendered by default.

32 changes: 32 additions & 0 deletions changelog/fragments/1739871936-update-otel-v0.120.0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Kind can be one of:
# - breaking-change: a change to previously-documented behavior
# - deprecation: functionality that is being removed in a later release
# - bug-fix: fixes a problem in a previous version
# - enhancement: extends functionality but does not break or fix existing behavior
# - feature: new functionality
# - known-issue: problems that we are aware of in a given version
# - security: impacts on the security of a product or a user’s deployment.
# - upgrade: important information for someone upgrading from a prior version
# - other: does not fit into any of the other categories
kind: enhancement

# Change summary; a 80ish characters long description of the change.
summary: Update OTel components to v0.120.0/v0.120.1

# Long description; in case the summary is not enough to describe the change
# this field accommodate a description without length limits.
# NOTE: This field will be rendered only for breaking-change and known-issue kinds at the moment.
#description:

# Affected component; usually one of "elastic-agent", "fleet-server", "filebeat", "metricbeat", "auditbeat", "all", etc.
component: elastic-agent

# PR URL; optional; the PR number that added the changeset.
# If not present is automatically filled by the tooling finding the PR where this changelog fragment has been added.
# NOTE: the tooling supports backports, so it's able to fill the original PR number instead of the backport PR number.
# Please provide it if you are adding a fragment for a different PR.
#pr: https://github.com/owner/repo/1234

# Issue URL; optional; the GitHub issue related to this changeset (either closes or is part of).
# If not present is automatically filled by the tooling with the issue linked to the PR number.
#issue: https://github.com/owner/repo/1234
Loading
Loading