aboutsummaryrefslogtreecommitdiffstats
path: root/prometheus.py
Commit message (Collapse)AuthorAgeFilesLines
* prometheus fix multithreadingHEADmastervela-jabber2021-04-171-2/+2
|
* exception handlinggenofire2020-07-191-2/+2
|
* flake8 fixupnico2020-06-291-1/+1
| | | | | | | | | * fix trailing/ leading whitespaces * fix None comparison to use is + add noqa ignore statements for the influx escape replacements + add noqa ignore statements around the bare excepts TODO: This is only a temporary fix for most of the bare excepts, we need further specify those.
* black reformatnico2020-06-291-32/+57
| | | | * black reformatted the code
* add new metrics to prometheusgenofire2020-06-261-0/+4
|
* pep8 and import ajustmentsnico2020-06-261-20/+18
| | | | | * optimzed import statements * pep8 alignment changes, mostly missing whitespaces, newlines or redundant brackets
* prometheus: fix client by ipgenofire2020-06-101-1/+1
|
* fix ipv6 support for prometheusgenofire2020-06-091-0/+3
|
* fix prometheusgenofire2020-06-091-1/+1
|
* refactory prometheus exporter - use python libgenofire2020-06-091-63/+78
|
* code cleanupnico2020-04-281-1/+1
| | | | | | | | * 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
* utilize /etc/ directorynico2020-02-161-19/+15
| | | | + add config.py to read / touch create the etc config file
* improve configuration (with default values) - also for testing ejabberdrpc.pygenofire2019-12-071-3/+19
|
* client by (ipversion)Martin/Geno2019-10-171-1/+4
|
* s2s_in/out + mucMartin/Geno2019-10-171-7/+5
|
* first prometheus implMartin/Geno2019-10-171-0/+93