coroot / coroot-node-agent

A Prometheus exporter based on eBPF that gathers comprehensive container metrics
https://coroot.com/docs/metrics/node-agent
Apache License 2.0
311 stars 55 forks source link

update go.mod to use upstream taskstats library #39

Closed blue-troy closed 11 months ago

blue-troy commented 11 months ago

The changes in github.com/coroot/taskstats https://github.com/coroot/taskstats/commit/411100e19e3a7e81a1a3ba62a358f798c8a03186 https://github.com/coroot/taskstats/commit/c0a5c976318393b87f39514bfc22ccb1c5dc3456 have been merged into github.com/mdlayher/taskstats. We can now use the upstream library directly.

blue-troy commented 11 months ago

refer to #37