custom-metrics-stackdriver-adapter v0.14.0
CatherineF-dev
released this
15 Jan 16:31
·
119 commits
to master
since this release
- Bump golang version to 0.20.0 #622
- Fix OOM and "http2: stream closed" issue by only returning one item in ListAllMetrics by default #623.
kubectl get --raw "/apis/custom.metrics.k8s.io/v1beta2"
returns only 1 metric resource to reduce memory. Set--list-full-custom-metrics
to be true to list all metrics only when debugging.