Add serving metrics for Prometheus

Co-authored-by: TheEssem <smswessem@gmail.com>
This commit is contained in:
Samuel Hernandez 2021-05-02 16:16:48 -04:00
parent 84e20308f2
commit a868fd0698
No known key found for this signature in database
GPG key ID: 4AF549A5EA2C4132
2 changed files with 41 additions and 4 deletions

View file

@ -44,8 +44,10 @@ OUTPUT=
TEMPDIR=
# Put temporary image web server domain
TMP_DOMAIN=
# Port for serving metrics. Metrics served are compatible with Prometheus.
METRICS=
# Set this to true if you're using PM2 to manage the bot
PMTWO=false
# Set this to true if you want to use the image API
API=false
API=false