Skip to content

custom-metrics-stackdriver-adapter v0.14.0

Compare
Choose a tag to compare
@CatherineF-dev CatherineF-dev released this 15 Jan 16:31
· 103 commits to master since this release
47ac134
  • 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.