feat: added prometheus metrics support

This commit is contained in:
Rainer Killinger
2022-06-08 17:44:57 +02:00
parent 39e710e685
commit 5522ac55ac
8 changed files with 46 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
server {
listen 8080;
location /metrics {
vhost_traffic_status_display;
vhost_traffic_status_display_format prometheus;
}
}