Commit 66194c6e authored by Tim St. Clair's avatar Tim St. Clair

Correct erroneous metric endpoint.

parent e82277b8
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment