Maia is a multi-tenant OpenStack-service for accessing metrics and alarms collected through Prometheus. It offers a Prometheus-compatible API and supports federation.
At SAP we use it to share tenant-specific metrics from our Converged Cloud platform with our users. For their convenience we included a CLI, so that metrics can be discovered and retrieved from shell scripts.
If you don't use OpenStack, you can still use Maia CLI as a feature-complete shell client for Prometheus.
Maia can be built with Go 1.14, and 1.15. Older versions are not supported. Newer versions are not tested.
Binary releases for Linux and MacOS can be downloaded from the GitHub releases area.
make
to compile and run the binaries from the build/
directorymake && make install
to install to /usr
make && make install PREFIX=/some/path
to install to /some/path
make docker
to build the Docker image (set image name and tag with the DOCKER_IMAGE
and DOCKER_TAG
variables)Maia can be used via Web-UI or CLI.
Enter maia --help
to see a list of commands and options.
Please refer to the Maia user guide for more instructions.
The easiest way to deploy Maia as a service is Kubernetes.
Feel free to reuse our Maia helm chart which includes Maia, Prometheus and Thanos.
Follow the Maia operators guide to learn how to setup the Maia service from scratch and integrate with Prometheus.
The Maia developers guide describes how to use the Maia API. Also it contains information how to contribute to the Maia development.
Version | Tag | Published |
---|---|---|
v1.0.7-0.20210504184305-ea4100d22022 | 1yr ago | |
v1.0.5 | 2yrs ago | |
v1.0.4 | 2yrs ago | |
v1.0.3 | 2yrs ago |