aboutsummaryrefslogtreecommitdiffstats
path: root/metrics.py
Commit message (Collapse)AuthorAgeFilesLines
* Revert "add more global values"nico2020-06-171-5/+3
| | | | | | This reverts commit 990d3abdc60bea8a525d4fbdc56cdff2e44947ce. my mistake, I hadn't checked if I am on the correct branch
* add more global valuesnico2020-06-171-3/+5
| | | | | + add global uptime value + add global processes count value
* fix muc_hostgenofire2020-06-101-3/+3
|
* improve control.pygenofire2020-06-101-18/+6
|
* metrics: use inherits of control/apigenofire2020-06-101-20/+18
|
* add cleanup.pygenofire2020-06-101-71/+16
|
* update clients naminggenofire2020-06-091-1/+1
|
* Client ressource additionnico2020-05-091-2/+3
| | | | | * update Xabber ressource names + add Monal ressource
* code cleanupnico2020-04-281-0/+322
* split up api and metrics class * revamped file nameming to better resemble their function * update prometheus and influx files * fixed version regex to not break on - in version string