aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-02-24 21:17:24 -0800
committerclarkzjw <[email protected]>2023-02-24 21:17:24 -0800
commitd83db4db11523fbdba34bd22e9174f4f9f16a4fd (patch)
tree6c5e7a38db08e3896bcb9a23cb2f4c13b6ff5460
parent23aef802c9b493aeb66a1c250b6a3d16d299e63c (diff)
downloadswarm2fediverse-feature/prometheus_client.tar.gz
add Prometheus endpoint TODOfeature/prometheus_client
-rw-r--r--README.md1
-rw-r--r--requirements.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3b0f016..9cc016c 100644
--- a/README.md
+++ b/README.md
@@ -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
17idna==3.4 17idna==3.4
18Mastodon.py @ git+https://cgit.jinwei.me/clarkzjw/mastodon.py@503d58d226c52901532067d3dcb5a7814699f7fb 18Mastodon.py @ git+https://cgit.jinwei.me/clarkzjw/mastodon.py@503d58d226c52901532067d3dcb5a7814699f7fb
19peewee==3.15.4 19peewee==3.15.4
20prometheus-client==0.16.0
20pycparser==2.21 21pycparser==2.21
21python-dateutil==2.8.2 22python-dateutil==2.8.2
22python-magic==0.4.27 23python-magic==0.4.27
Powered by cgit v1.2.3 (git 2.41.0)