metering-operator icon indicating copy to clipboard operation
metering-operator copied to clipboard

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.

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 - install Metering on your Kubernetes cluster
  • Usage Guide - start here to learn how to use the project
  • Metering Architecture - understand the system's components
  • Configuration - see the available options for talking to Prometheus, talking to AWS, storing Metering output and more
  • Writing Custom Reports - extend or customize reports based on your needs

Developers

To follow the developer getting started guide, use Documentation/dev/developer-guide.md.