aboutsummaryrefslogtreecommitdiffstats
path: root/metrics.py
Commit message (Collapse)AuthorAgeFilesLines
* update: add blabber.im clientnico2020-11-151-5/+6
| | | | | + add blabber.im client resource matrix * sort client matrix alphabetically
* black reformatnico2020-06-291-14/+15
| | | | * black reformatted the code
* properly implement more valuesnico2020-06-261-2/+16
| | | | | * fix the bad job with commit bf05b826 + proper guidance methods complete with a proper name
* pep8 and import ajustmentsnico2020-06-261-1/+1
| | | | | * optimzed import statements * pep8 alignment changes, mostly missing whitespaces, newlines or redundant brackets
* fix get_nodes not being a public methodnico2020-06-251-2/+2
| | | | * fix get_nodes being a public method
* add more global valuesnico2020-06-251-3/+5
| | | | | | * organize global values + add global uptime value + add global processes count value
* pep8 and friendsnico2020-06-171-4/+4
| | | | | | | | * add default logging NullHandler * fix indentation mismatch * rename control to calls to better point out its purpose * rename class to EjabberdApiCalls to better point out it purpose * changed get_nodes to an internal support method
* 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