Gyuho Lee 83304cfc80 tools/etcd-dump-metrics: add missing godoc 7 anni fa
..
README cf5dc560c8 tools/etcd-dump-metrics: automate metrics fetch from release binaries 7 anni fa
etcd.go d37f1521b7 *: update import paths to "go.etcd.io/etcd" 7 anni fa
install_darwin.go d37f1521b7 *: update import paths to "go.etcd.io/etcd" 7 anni fa
install_linux.go d37f1521b7 *: update import paths to "go.etcd.io/etcd" 7 anni fa
install_windows.go 32a3a73755 tools: fix building failures on Windows 7 anni fa
main.go 83304cfc80 tools/etcd-dump-metrics: add missing godoc 7 anni fa
metrics.go d37f1521b7 *: update import paths to "go.etcd.io/etcd" 7 anni fa
utils.go cf5dc560c8 tools/etcd-dump-metrics: automate metrics fetch from release binaries 7 anni fa

README


go install -v ./tools/etcd-dump-metrics

# for latest master branch
etcd-dump-metrics > docs/metrics/latest

# Or download etcd v3.3.9 to ./bin
goreman start
etcd-dump-metrics --addr http://localhost:2379/metrics > docs/metrics/v3.3.9

# Or download etcd v3.3.9 to temporary directory to fetch metrics
etcd-dump-metrics --debug --download-ver v3.3.9
etcd-dump-metrics --download-ver v3.3.9 > docs/metrics/v3.3.9