Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove outdated metric IMPLEMENTATIONS, update links #106360

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
41 changes: 0 additions & 41 deletions staging/src/k8s.io/metrics/IMPLEMENTATIONS.md

This file was deleted.

8 changes: 3 additions & 5 deletions staging/src/k8s.io/metrics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ library when implementing their API servers.

## APIs

This repository contains types and clients for several APIs. For more
details on implementations of these apis, see
[IMPLEMENTATIONS.md](IMPLEMENTATIONS.md).
This repository contains types and clients for several APIs.

### Custom Metrics API

Expand All @@ -27,7 +25,7 @@ The API is intended to be implemented by monitoring pipeline vendors, on
top of their metrics storage solutions.

If you want to implement this as an API server for this API, please see the
[kubernetes-incubator/custom-metrics-apiserver](https://github.com/kubernetes-incubator/custom-metrics-apiserver)
[kubernetes-sigs/custom-metrics-apiserver](https://github.com/kubernetes-sigs/custom-metrics-apiserver)
library, which contains the basic infrastructure required to set up such
an API server.

Expand All @@ -38,7 +36,7 @@ Import Path: `k8s.io/metrics/pkg/apis/custom_metrics`.
This API allows consumers to access resource metrics (CPU and memory) for
pods and nodes.

The API is implemented by [metrics-server](https://github.com/kubernetes-sigs/metrics-server).
The API is implemented by [metrics-server](https://github.com/kubernetes-sigs/metrics-server) and [prometheus-adapter](https://github.com/kubernetes-sigs/prometheus-adapter).

Import Path: `k8s.io/metrics/pkg/apis/metrics`.

Expand Down