kubeskoop
kubeskoop copied to clipboard
Network monitoring & diagnosis suite for Kubernetes
1. when closing probes, skip those probes in non running state 2. exit when receive sigint/sighup signals
https://github.com/alibaba/kubeskoop/blob/de036e0e13b90d0019a489086c7003202b5c178e/pkg/exporter/nettop/netns.go#L22C1-L42C3 ```go for _, name := range names { ...... } ``` Hi, why don't we readlink /proc/{{pid}}/ns/net directly?There is no need to loop here
…re rendering failure.
Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10. Release notes Sourced from ejs's releases. v3.1.10 Version 3.1.10 Commits d3f807d Version 3.1.10 9ee26dd Mocha TDD e469741 Basic pollution protection 715e950 Merge pull request...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.10.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...
Bumps [github.com/hashicorp/golang-lru/v2](https://github.com/hashicorp/golang-lru) from 2.0.6 to 2.0.7. Release notes Sourced from github.com/hashicorp/golang-lru/v2's releases. golang-lru 2.0.7 What's Changed expirable LRU: fix so that Get/Peek cannot return an ok and empty value by...