debugcharts
debugcharts copied to clipboard
Very simple charts with some debug data for Go programs
The old version of `gopsutil` doesn't seem to support Apple Silicon (darwin/arm64), causing `debugcharts` to fail to compile entirely on that platform: ``` go: downloading github.com/gorilla/handlers v1.4.2 go: downloading golang.org/x/sys...
============================= WARNING: DATA RACE Write at 0x000002c31d28 by goroutine 25: aithub.com/mkevac/debuacharts. (*server) gatherData0 /go/pkg/mod/github.com/mkevac/[email protected]/debugcharts.go:125+0x472 github.com/mkevac/debugcharts.init.o•dwrap•1() /go/pkg/mod/github.com/mkevac/[email protected]/debugcharts.go:193+0x39 Previous read at 0x000002c31d28 by goroutine 962: [failed to restore the stack] Goroutine 25...
 
That will be great. Or how to add expvar to this? Can you read expvar automatically via enumerate exporing variables or smth like this?
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20191220220014-0732a990476f to 0.1.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...