Wavefront Collector For Kubernetes Versions Save

Monitoring Kubernetes Clusters using Wavefront

v1.13.0

1 year ago
  • Handle multiple API server instances for the control plane #522.
  • In the case of multiple API Server instances for the control plane, the instance tag from the kubernetes.controlplane.apiserver.request.total.counter metric uniquely identifies the individual API Server instances with their IP addresses.
  • Dropped tags to reduce the Too many point tags error. For more information, see Troubleshooting Dropped Metrics #531.

v1.12.1

1 year ago
  • Upgraded golang.org/x/net to fix CVE-2022-27664.

v1.12.0

1 year ago
  • Upgraded Wavefront proxy version to 11.3
  • Upgrades various libraries to resolve known security vulnerabilities

v1.11.0

2 years ago
  • Optimized control plane metrics are now enabled by default
  • Added k8s_provider and k8s_version tags to the kubernetes.collector.version metric
  • Upgraded Go version to 1.18

v1.10.0

2 years ago

Improved pod status monitoring including:

  • Easier pod troubleshooting with pod reason and message values available as tags on pod.status.phase metric
  • Added pods that cannot be scheduled and other pending pods into pod.status.phase metric
  • Fixed defect in node aggregate metrics to not include pending and completed pods

Full Changelog: v1.9.0...v1.10.0

v1.9.0

2 years ago
  • Added the ability to turn on control plane metrics
    • To get started, enable the control plane metrics with helm, or using the manual configuration
    • To see a full list of supported metrics, visit our github repo
  • Added node role (control plane or worker) to all node metrics
  • Added support for proxy CA certs in manual and helm install
  • Upgraded client libraries to be compatible with Kubernetes 1.21
  • Fixed the tag include and exclude filtering for Prometheus sources
  • Fixed Wavefront collector pod crashing due to concurrent map access error
  • Upgraded Wavefront proxy version to 10.14

Full Changelog: https://github.com/wavefrontHQ/wavefront-collector-for-kubernetes/compare/v1.8.0...v1.9.0

v1.8.0

2 years ago

Description for v1.8.0

What's Changed

Full Changelog: https://github.com/wavefrontHQ/wavefront-collector-for-kubernetes/compare/v1.7.5...v1.8.0

v1.7.5

2 years ago

What's Changed

  • Upgrade Wavefront Proxy to 10.11
  • Updates memory.node_utilization metric to use memory.working_set instead of memory.usage

Full Changelog: https://github.com/wavefrontHQ/wavefront-collector-for-kubernetes/compare/v1.7.4...v1.7.5

v1.7.4

2 years ago

Description for v1.7.4

What's Changed

  • Upgrade to Go 1.17
  • Upgrade Wavefront Proxy to 10.9
  • Upgrades various libraries to resolve known security vulnerabilities

Full Changelog: https://github.com/wavefrontHQ/wavefront-collector-for-kubernetes/compare/v1.7.3...v1.7.4

v1.7.3

2 years ago
  • Upgrades various libraries to resolve known security vulnerabilities.
  • Fixes issue (#141) - missing label tags on final metric collection for a pod issue