prometheus / procfs

procfs provides functions to retrieve system, kernel and process metrics from the pseudo-filesystem proc.
Apache License 2.0
755 stars 311 forks source link

chore: deprecate `NewTCPx` methods #640

Closed rexagod closed 1 month ago

rexagod commented 1 month ago

Deprecate TCP APIs in favor of github.com/mdlayher/netlink.

Refer: https://github.com/prometheus/procfs/pull/622#pullrequestreview-2054345257.

SuperQ commented 1 month ago

Thanks!