From 9ebbf5f38b45bccdfc0b2ed38966f361d2df1a66 Mon Sep 17 00:00:00 2001 From: Emily Selwood Date: Thu, 4 Mar 2021 08:17:48 +0000 Subject: [PATCH] Metrics example 404s - fix url The metrics example link points to a file that appears to have moved. This change points it to what I think is the right place. --- client/v3/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/v3/README.md b/client/v3/README.md index 6aa8d338e..d5c0482f7 100644 --- a/client/v3/README.md +++ b/client/v3/README.md @@ -77,7 +77,7 @@ 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/etcd-io/etcd/blob/master/clientv3/example_metrics_test.go). +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/etcd-io/etcd/blob/master/tests/integration/clientv3/examples/example_metrics_test.go). ## Namespacing