diff options
| author | David Eads <deads2k@users.noreply.github.com> | 2017-05-22 10:33:39 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-22 10:33:39 -0400 |
| commit | 404e2c03059fe3c1a9bc0b06ae9b346237fe5ecd (patch) | |
| tree | 788be8fae26c8f1594830ab3120d8ef8de5755f6 | |
| parent | 4b82fb1ac015ceeeb536531b5c026ef6c53a3209 (diff) | |
| parent | f7173c5ce8f944bb598d671f579e9b9b80451a35 (diff) | |
Merge pull request #632 from supereagle/correct-aggregated-api-servers
correct the link for aggregated api servers
| -rw-r--r-- | contributors/design-proposals/monitoring_architecture.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/monitoring_architecture.md b/contributors/design-proposals/monitoring_architecture.md index e19c52a1..5def02b5 100644 --- a/contributors/design-proposals/monitoring_architecture.md +++ b/contributors/design-proposals/monitoring_architecture.md @@ -98,7 +98,7 @@ These sources are scraped by a component we call *metrics-server* which is like version of today's Heapster. metrics-server stores locally only latest values and has no sinks. metrics-server exposes the master metrics API. (The configuration described here is similar to the current Heapster in “standalone” mode.) -[Discovery summarizer](../../docs/proposals/federated-api-servers.md) +[Discovery summarizer](aggregated-api-servers.md) makes the master metrics API available to external clients such that from the client's perspective it looks the same as talking to the API server. |
