mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +00:00
Update README to container resource metrics API
This commit is contained in:
parent
919c8bcbe9
commit
7360c51c0e
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
|
@ -1,13 +1,13 @@
|
|||
Kubernetes Custom Metrics Adapter for Prometheus
|
||||
================================================
|
||||
# Prometheus Adapter for Kubernetes Metrics APIs
|
||||
|
||||
[](https://travis-ci.org/DirectXMan12/k8s-prometheus-adapter)
|
||||
|
||||
This repository contains an implementation of the Kubernetes custom
|
||||
metrics API
|
||||
([custom.metrics.k8s.io/v1beta1](https://github.com/kubernetes/metrics/tree/master/pkg/apis/custom_metrics)),
|
||||
suitable for use with the autoscaling/v2 Horizontal Pod Autoscaler in
|
||||
Kubernetes 1.6+.
|
||||
This repository contains an implementation of the Kubernetes
|
||||
[resource metrics](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/instrumentation/resource-metrics-api.md) API and
|
||||
[custom metrics](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/instrumentation/custom-metrics-api.md) API.
|
||||
|
||||
This adapter is therefore suitable for use with the autoscaling/v2 Horizontal Pod Autoscaler in Kubernetes 1.6+.
|
||||
It can also replace the [metrics server](https://github.com/kubernetes-incubator/metrics-server) on clusters that run Prometheus already.
|
||||
|
||||
Quick Links
|
||||
-----------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue