diff options
| author | zoues <zouyee1989@gmail.com> | 2017-07-24 11:03:23 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-24 11:03:23 +0800 |
| commit | cf0875b13877f022bdb2640832e16bf6a92c7be2 (patch) | |
| tree | 0995e0cae5390572bc792758ec9066d11d89b453 | |
| parent | 35050d15338774207145190ad3a0140620b02093 (diff) | |
add custom metrics API link
when a link about master metrics API has added,I think the link of custom metrics api is necessary to given.
| -rw-r--r-- | contributors/design-proposals/hpa-v2.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/hpa-v2.md b/contributors/design-proposals/hpa-v2.md index 2c4752a2..55c99003 100644 --- a/contributors/design-proposals/hpa-v2.md +++ b/contributors/design-proposals/hpa-v2.md @@ -281,7 +281,7 @@ Mechanical Concerns The HPA will derive metrics from two sources: resource metrics (i.e. CPU request percentage) will come from the [master metrics API](resource-metrics-api.md), while other metrics will -come from the custom metrics API (currently proposed as #34586), which is +come from the [custom metrics API](custom-metrics-api.md)(currently proposed as #34586), which is an adapter API which sources metrics directly from the monitoring pipeline. |
