Adds Prometheus/Grafana monitoring infrastructure
This commit is contained in:

committed by
Christian Mäder

parent
64d82b5e42
commit
f46d8a7782
@@ -32,4 +32,13 @@ http {
|
||||
add_header P3P 'CP="ALL DSP COR PSAa PSDa OUR NOR ONL UNI COM NAV"';
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 8081;
|
||||
access_log off;
|
||||
|
||||
location = /stub_status {
|
||||
stub_status;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user