Skip to content

feat: upgrade to otel v0.128.0 #219

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

Merged
merged 2 commits into from
Jun 12, 2025
Merged

feat: upgrade to otel v0.128.0 #219

merged 2 commits into from
Jun 12, 2025

Conversation

obs-gh-mattcotter
Copy link
Collaborator

Upgrade to otel v0.128.0, but default features gates receiver.prometheusreceiver.RemoveLegacyResourceAttributes and receiver.kubeletstats.enableCPUUsageMetrics to false to maintain backwards compatibility.

Copy link

@orca-security-us orca-security-us bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Orca Security Scan Summary

Status Check Issues by priority
Passed Passed Secrets high 0   medium 0   low 0   info 0 View in Orca

@obs-gh-mattcotter obs-gh-mattcotter changed the base branch from mc/config-flag to main June 10, 2025 22:05
@@ -7,7 +7,7 @@ endif
ifeq ($(UNAME_S),Darwin)
OS = darwin
endif
OCB_VERSION = 0.124.0
OCB_VERSION := $(shell ./scripts/get_ocb_version.sh)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Simplifying this so there will be one fewer file to update.

Comment on lines +23 to +24
"receiver.prometheusreceiver.RemoveLegacyResourceAttributes": false,
"receiver.kubeletstats.enableCPUUsageMetrics": false,
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Setting these for backwards compatibility.

@@ -0,0 +1,4 @@
#!/bin/bash
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a script so it can be easily called by make.

Copy link

@orca-security-us orca-security-us bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Orca Security Scan Summary

Status Check Issues by priority
Passed Passed Infrastructure as Code high 0   medium 0   low 0   info 0 View in Orca
Passed Passed SAST high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Secrets high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Vulnerabilities high 0   medium 0   low 0   info 0 View in Orca

@obs-gh-mattcotter obs-gh-mattcotter merged commit ec46685 into main Jun 12, 2025
13 of 14 checks passed
@obs-gh-mattcotter obs-gh-mattcotter deleted the mc/otel-upgrade branch June 12, 2025 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants