You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several components use gopsutil v2, which is being discontinued (shirou/gopsutil/issues/1078). We should switch them to use version 3 to be able to get security fixes. Currently the components are:
That's great @mustafain117! Assigned to you. I would do a PR for each component (you don't need to do every single one yourself, focus on one at first and continue later if you want to). Here there is more info about the changes between the v2 and v3 of gopsutil
Several components use gopsutil v2, which is being discontinued (shirou/gopsutil/issues/1078). We should switch them to use version 3 to be able to get security fixes. Currently the components are:
To use version 3 import paths should have a
/v3
ending (even if using av3.X.Y.Z
tag).signalfxexporter
hostobserver
fluentbitextension
awscontainerinsightreceiver
hostmetricsreceiver
jmxreceiver
testbed
The text was updated successfully, but these errors were encountered: