-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
There was a problem hiding this 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 | |
---|---|---|---|
![]() |
Secrets | ![]() ![]() ![]() ![]() |
View in Orca |
ae1b765
to
7b12bf5
Compare
7b12bf5
to
440d1f8
Compare
@@ -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) |
There was a problem hiding this comment.
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.
"receiver.prometheusreceiver.RemoveLegacyResourceAttributes": false, | ||
"receiver.kubeletstats.enableCPUUsageMetrics": false, |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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
.
There was a problem hiding this 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 | |
---|---|---|---|
![]() |
Infrastructure as Code | ![]() ![]() ![]() ![]() |
View in Orca |
![]() |
SAST | ![]() ![]() ![]() ![]() |
View in Orca |
![]() |
Secrets | ![]() ![]() ![]() ![]() |
View in Orca |
![]() |
Vulnerabilities | ![]() ![]() ![]() ![]() |
View in Orca |
Upgrade to otel v0.128.0, but default features gates
receiver.prometheusreceiver.RemoveLegacyResourceAttributes
andreceiver.kubeletstats.enableCPUUsageMetrics
to false to maintain backwards compatibility.