feat: Update grafana cadvisor fork to v0.54.1#5447
Merged
Conversation
Contributor
|
💻 Deploy preview deleted (feat: Update grafana cadvisor fork to v0.54.1). |
Contributor
🔍 Dependency Reviewgithub.com/google/cadvisor v0.47.0 -> v0.54.1 — ❌ Changes NeededImpact
What changed and why it matters
Required code changes
--- a/internal/static/integrations/cadvisor/cadvisor.go
+++ b/internal/static/integrations/cadvisor/cadvisor.go
@@ -94,11 +94,12 @@ func New(logger log.Logger, c *Config) (integrations.Integration, error) {
}),
"crio": crio.NewPlugin(),
"docker": docker.NewPluginWithOptions(&docker.Options{
- DockerEndpoint: c.Docker,
- DockerTLS: c.DockerTLS,
- DockerCert: c.DockerTLSCert,
- DockerKey: c.DockerTLSKey,
- DockerCA: c.DockerTLSCA,
+ DockerEndpoint: c.Docker,
+ DockerTLS: c.DockerTLS,
+ DockerCert: c.DockerTLSCert,
+ DockerKey: c.DockerTLSKey,
+ DockerCA: c.DockerTLSCA,
+ ContainerDEndpoint: c.Containerd,
}),
"systemd": systemd.NewPlugin(),
}Docs change associated with the upgrade
References
github.com/percona/mongodb_exporter v0.45.1-0.20250630080259-d761c954bba6 -> v0.47.2 — ✅ SafeImpact
Observations from your tree
Notes
go.mongodb.org/mongo-driver v1.17.4 -> v1.17.6 — ✅ SafeImpact
Observations from your tree
Notes
|
Contributor
|
No docs comments. There are changes, but nothing that needs review from my side. |
kgeckhart
approved these changes
Feb 9, 2026
|
Hi! Is there any estimation of when a version with this change will be available? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Brief description of Pull Request
Pull Request Details
Update the cadvisor fork to v0.54.1 to support Docker v29 and various other new metrics & bugfixes. Also updates mongodb_exporter as shared dependencies needed to be bumped.
Issue(s) fixed by this Pull Request
Fixes #5021
Notes to the Reviewer
PR Checklist