Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/kube-reporting/metering-operator

The Metering Operator is responsible for collecting metrics and other information about what's happening in a Kubernetes cluster, and providing a way to create reports on the collected data.
https://github.com/kube-reporting/metering-operator

chargeback kubernetes kubernetes-operator metering operator prometheus reporting

Last synced: 4 months ago
JSON representation

The Metering Operator is responsible for collecting metrics and other information about what's happening in a Kubernetes cluster, and providing a way to create reports on the collected data.

Lists

README

        

# Notice
Metering Operator is no longer under active development. If you are interested in taking over development of this project
please open a github issue to discuss with current maintainers. Thank you.

# Overview

The Metering Operator records historical cluster usage and can generate usage reports showing usage breakdowns by pod or namespace over arbitrary time periods.

## Project Status: Beta

Read more about the implemented and planned features in the documentation:

- [Installation Guide](Documentation/install-metering.md) - install Metering on your Kubernetes cluster
- [Usage Guide](Documentation/using-metering.md) - start here to learn how to use the project
- [Metering Architecture](Documentation/metering-architecture.md) - understand the system's components
- [Configuration](Documentation/metering-config.md) - see the available options for talking to Prometheus, talking to AWS, storing Metering output and more
- [Writing Custom Reports](Documentation/writing-custom-queries.md) - extend or customize reports based on your needs

## Developers

To follow the developer getting started guide, use [Documentation/dev/developer-guide.md](Documentation/dev/developer-guide.md).