Skip to content

Commit

Permalink
Documentation: use separate default metrics port
Browse files Browse the repository at this point in the history
  • Loading branch information
gyuho committed Jul 11, 2017
1 parent 4ad5aac commit ea4920a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/op-guide/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Each etcd server exports metrics under the `/metrics` path on its client port.
The metrics can be fetched with `curl`:

```sh
$ curl -L http://localhost:2379/metrics | grep -v debugging # ignore unstable debugging metrics
$ curl -L http://localhost:9379/metrics | grep -v debugging # ignore unstable debugging metrics

# HELP etcd_disk_backend_commit_duration_seconds The latency distributions of commit called by backend.
# TYPE etcd_disk_backend_commit_duration_seconds histogram
Expand Down

0 comments on commit ea4920a

Please sign in to comment.