mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-07 14:02:48 +00:00
feat: added prometheus metrics support
This commit is contained in:
7
fixtures/metrics.template
Normal file
7
fixtures/metrics.template
Normal file
@@ -0,0 +1,7 @@
|
||||
server {
|
||||
listen 8080;
|
||||
location /metrics {
|
||||
vhost_traffic_status_display;
|
||||
vhost_traffic_status_display_format prometheus;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user