fix typo in cluster

This commit is contained in:
halfcrazy
2018-02-01 03:16:39 +08:00
committed by zhuyan
parent 230726ffbe
commit 9b64650311
11 changed files with 11 additions and 11 deletions

View File

@@ -9,7 +9,7 @@ For etcd 3.1+, the
[go-grpc-prometheus](https://github.com/grpc-ecosystem/go-grpc-prometheus)
metrics format, which backward incompatibly replaces the 3.0 legacy grpc metric
format, is exposed in both the 3.1 format and in the 3.0. This preserves
backward compatiblity.
backward compatibility.
For etcd 3.1+, the `--metrics=extensive` must be set on etcd for grpc request
latency metrics (`etcd_grpc_unary_requests_duration_seconds`) to be exposed.