mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
Correct erroneous metric endpoint.
This commit is contained in:
parent
e82277b86a
commit
66194c6eca
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user