prometheus-adapter/vendor/k8s.io/metrics
2017-06-26 19:23:05 +03:00
..
pkg Add vendor folder to git 2017-06-26 19:23:05 +03:00
.gitignore Add vendor folder to git 2017-06-26 19:23:05 +03:00
code-of-conduct.md Add vendor folder to git 2017-06-26 19:23:05 +03:00
CONTRIBUTING.md Add vendor folder to git 2017-06-26 19:23:05 +03:00
LICENSE Add vendor folder to git 2017-06-26 19:23:05 +03:00
OWNERS Add vendor folder to git 2017-06-26 19:23:05 +03:00
README.md Add vendor folder to git 2017-06-26 19:23:05 +03:00
repo-infra-config.sh Add vendor folder to git 2017-06-26 19:23:05 +03:00

metrics

Kubernetes metrics API type definitions and clients.

Purpose

This repository contains type definitions and client code for the metrics APIs that Kubernetes makes use of. Depending on the API, the actual implementations live elsewhere.

Consumers of the metrics APIs can make use of this repository to access implementations of the APIs, while implementors should make use of this library when implementing their API servers.

APIs

This repository contains (or will contain) types and clients for the following APIs:

Custom Metrics API

[Coming Soon]

This API allows consumers to access arbitrary metrics which describe Kubernetes resources.

The API is intended to be implemented by monitoring pipeline vendors, on top of their metrics storage solutions.

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

Compatibility

The APIs in this repository follow the standard guarantees for Kubernetes APIs, and will follow Kubernetes releases.

Community, discussion, contribution, and support

Learn how to engage with the Kubernetes community on the community page.

You can reach the maintainers of this repository at:

Code of Conduct

Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.

Contibution Guidelines

See CONTRIBUTING.md for more information.