Add serving metrics for Prometheus
Co-authored-by: TheEssem <smswessem@gmail.com>
This commit is contained in:
parent
84e20308f2
commit
a868fd0698
2 changed files with 41 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue