Skip to content

Commit

Permalink
Merge pull request #6790 from sinsharat/clientv3_metrics_doc_update
Browse files Browse the repository at this point in the history
clientv3: updated doc for metric support
  • Loading branch information
xiang90 authored Nov 2, 2016
2 parents 7d777a4 + 195570b commit 844378f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions clientv3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ if err != nil {
}
```

## Metrics

The etcd client optionally exposes RPC metrics through [go-grpc-prometheus](https://github.com/grpc-ecosystem/go-grpc-prometheus). See the [examples](https://github.com/coreos/etcd/blob/master/clientv3/example_metrics_test.go).

## Examples

More code examples can be found at [GoDoc](https://godoc.org/github.com/coreos/etcd/clientv3).

0 comments on commit 844378f

Please sign in to comment.