Merge pull request #838 from zouyee/patch-1

add custom metrics API link
This commit is contained in:
Christoph Blecker 2017-07-31 12:10:03 -07:00 committed by GitHub
commit bded316f48
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ Mechanical Concerns
The HPA will derive metrics from two sources: resource metrics (i.e. CPU The HPA will derive metrics from two sources: resource metrics (i.e. CPU
request percentage) will come from the request percentage) will come from the
[master metrics API](resource-metrics-api.md), while other metrics will [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), which is
an adapter API which sources metrics directly from the monitoring an adapter API which sources metrics directly from the monitoring
pipeline. pipeline.