iotaledger / node-docker-setup

Docker setup files to spin up IOTA/Shimmer nodes with a breeze.
12 stars 16 forks source link

fix: Remove `accelerator` from disabled cadvisor metrics #44

Closed rajivshah3 closed 3 months ago

rajivshah3 commented 4 months ago

Starting more recent versions of cadvisor with accelerator in disable_metrics causes the following error:

invalid value "accelerator,advtcp,cpu_topology,disk,hugetlb,memory_numa,percpu,referenced_memory,resctrl,sched,tcp,udp" for flag -disable_metrics: unsupported metric "accelerator" specified

It seems like this metric was removed in https://github.com/google/cadvisor/pull/3206 and https://github.com/google/cadvisor/pull/3458.