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

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