mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-07-16 13:14:10 -04:00
- Introduce `cloud_provider_calls_total` counter metric to track calls to the cloud provider, broken down by operation ("instance_exists", "instance_shutdown", "instance_metadata") and result ("success", "error", "instance_not_found", "not_implemented").
- Introduce `monitor_nodes_duration_seconds` histogram metric to track the duration of the entire MonitorNodes loop.
- Add unit tests verifying the counter metrics.
|
||
|---|---|---|
| .. | ||
| golangci-lint | ||
| instrumentation | ||
| publishing-verifier | ||
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| go.work | ||
| README.md | ||
This directory contains a stub go module used to track version of development tools like the ones needed for linting go sources.