diff options
author | clarkzjw <[email protected]> | 2023-02-24 21:17:24 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-02-24 21:17:24 -0800 |
commit | d83db4db11523fbdba34bd22e9174f4f9f16a4fd (patch) | |
tree | 6c5e7a38db08e3896bcb9a23cb2f4c13b6ff5460 | |
parent | 23aef802c9b493aeb66a1c250b6a3d16d299e63c (diff) | |
download | swarm2fediverse-d83db4db11523fbdba34bd22e9174f4f9f16a4fd.tar.gz |
add Prometheus endpoint TODOfeature/prometheus_client
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | requirements.txt | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -23,3 +23,4 @@ Foursquare Swarm like Telegram bot to check in at places and post to Fediverse ( | |||
23 | - [ ] add Telegram payment option to enable raw GPS checkins | 23 | - [ ] add Telegram payment option to enable raw GPS checkins |
24 | - [ ] i18n | 24 | - [ ] i18n |
25 | - [ ] Anonymized usage analysis, monitoring (Grafana/Prometheus) | 25 | - [ ] Anonymized usage analysis, monitoring (Grafana/Prometheus) |
26 | - [ ] Prometheus metrics endpoint | ||
diff --git a/requirements.txt b/requirements.txt index 39887b9..b25cbad 100644 --- a/requirements.txt +++ b/requirements.txt | |||
@@ -17,6 +17,7 @@ hyperframe==6.0.1 | |||
17 | idna==3.4 | 17 | idna==3.4 |
18 | Mastodon.py @ git+https://cgit.jinwei.me/clarkzjw/mastodon.py@503d58d226c52901532067d3dcb5a7814699f7fb | 18 | Mastodon.py @ git+https://cgit.jinwei.me/clarkzjw/mastodon.py@503d58d226c52901532067d3dcb5a7814699f7fb |
19 | peewee==3.15.4 | 19 | peewee==3.15.4 |
20 | prometheus-client==0.16.0 | ||
20 | pycparser==2.21 | 21 | pycparser==2.21 |
21 | python-dateutil==2.8.2 | 22 | python-dateutil==2.8.2 |
22 | python-magic==0.4.27 | 23 | python-magic==0.4.27 |