Gyuho Lee 3fc62ca586 tools,Documentation: move "etcd-dump-metrics" output to "Documentation" hace 5 años
..
README 3fc62ca586 tools,Documentation: move "etcd-dump-metrics" output to "Documentation" hace 5 años
etcd.go 34bd797e67 *: revert module import paths hace 5 años
install_darwin.go 34bd797e67 *: revert module import paths hace 5 años
install_linux.go 34bd797e67 *: revert module import paths hace 5 años
install_windows.go 32a3a73755 tools: fix building failures on Windows hace 6 años
main.go 34bd797e67 *: revert module import paths hace 5 años
metrics.go 34bd797e67 *: revert module import paths hace 5 años
utils.go cf5dc560c8 tools/etcd-dump-metrics: automate metrics fetch from release binaries hace 6 años

README


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

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

# Or download etcd v3.3.9 to ./bin
goreman start
etcd-dump-metrics --addr http://localhost:2379/metrics > Documentation/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 > Documentation/metrics/v3.3.9