add prometheus monitoring to config

This commit is contained in:
Anton Schirg
2018-08-26 20:25:06 +02:00
parent add1b69809
commit fbb8a25320
2 changed files with 21 additions and 1 deletions
+3
View File
@@ -28,3 +28,6 @@ global:
time: true
level: "warn"
format: "human"
monitoring:
- type: "prometheus"
listen: ":9091"