Correct erroneous metric endpoint.

This commit is contained in:
Tim St. Clair 2015-11-17 18:45:16 -08:00
parent e82277b86a
commit 66194c6eca

View File

@ -96,7 +96,7 @@ only be available through the kubelet. The types of metrics are detailed
- `/rawNodes/localhost` - The only node provided is `localhost`; type
metrics.Node
- `/derivedNodes` - host metrics; type `[]metrics.DerivedNode`
- `/nodes/{node}` - derived metrics for a specific node
- `/derivedNodes/{node}` - derived metrics for a specific node
- `/rawPods` - All raw pod metrics across all namespaces; type
`[]metrics.RawPod`
- `/derivedPods` - All derived pod metrics across all namespaces; type