File: get_started.rst

package info (click to toggle)
aetos 1.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 492 kB
  • sloc: python: 1,790; sh: 110; makefile: 52
file content (15 lines) | stat: -rw-r--r-- 673 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
======================
Aetos service overview
======================
The aetos service provides a multi-tenancy layer and openstack authentication
for Prometheus.

The aetos service consists of the following components:

``aetos``
  A reverse-proxy, which runs on a central management server, preferably on
  the same one which runs Prometheus. It provides a subset of Prometheus
  API. For each request an authentication token is checked before forwarding
  it to Prometheus. Two privilege levels are recognized. When accessing
  with lower privilege, which typically means access by a non-admin user,
  the request is restricted to metrics from the current project only.