Gyuho Lee d37f1521b7 *: update import paths to "go.etcd.io/etcd" 7 yıl önce
..
README cf5dc560c8 tools/etcd-dump-metrics: automate metrics fetch from release binaries 7 yıl önce
etcd.go d37f1521b7 *: update import paths to "go.etcd.io/etcd" 7 yıl önce
install_darwin.go d37f1521b7 *: update import paths to "go.etcd.io/etcd" 7 yıl önce
install_linux.go d37f1521b7 *: update import paths to "go.etcd.io/etcd" 7 yıl önce
install_windows.go cf5dc560c8 tools/etcd-dump-metrics: automate metrics fetch from release binaries 7 yıl önce
main.go d37f1521b7 *: update import paths to "go.etcd.io/etcd" 7 yıl önce
metrics.go d37f1521b7 *: update import paths to "go.etcd.io/etcd" 7 yıl önce
utils.go cf5dc560c8 tools/etcd-dump-metrics: automate metrics fetch from release binaries 7 yıl önce

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