K8s Prometheus Adapter Versions Save

An implementation of the custom.metrics.k8s.io API using Prometheus

v0.2.0

6 years ago

This is still an alpha release.

This release exposes only the custom.metrics.k8s.io/v1beta1 API group. It will not work with Kubernetes 1.7, only Kubernetes 1.8.

The following features are not supported:

  • cAdvisor metrics which don't follow the Prometheus naming conventions (e.g. if it ends in _total but is not cumulative)
  • metrics on non-namespaced resources (besides namespaces themselves)
  • fully qualified resources in labels (currently, labels must be resource names without groups)

v0.1.0

6 years ago

This is an alpha release. The following features are not supported:

  • cAdvisor metrics which don't follow the Prometheus naming conventions (e.g. if it ends in _total but is not cumulative)
  • metrics on non-namespaced resources (besides namespaces themselves)
  • fully qualified resources in labels (currently, labels must be resource names without groups)