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

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