Skip to content

Commit

Permalink
Documentation: use separate default metrics port
Browse files Browse the repository at this point in the history
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
  • Loading branch information
gyuho committed Jul 11, 2017
1 parent 3c532e0 commit 96534b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Documentation/op-guide/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ 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
# OR http://localhost:9379/metrics when etcd is run with '--expose-metrics' flag
$ 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 96534b9

Please sign in to comment.