mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-22 01:22:54 +00:00
feat: added prometheus metrics support
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
load_module modules/ngx_http_vhost_traffic_status_module.so;
|
||||
|
||||
worker_processes 1;
|
||||
|
||||
error_log stderr;
|
||||
@@ -9,6 +11,7 @@ events {
|
||||
}
|
||||
|
||||
http {
|
||||
vhost_traffic_status_zone;
|
||||
include mime.types;
|
||||
default_type application/octet-stream;
|
||||
access_log /dev/stdout;
|
||||
|
||||
Reference in New Issue
Block a user