mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-05 21:12:52 +00:00
fix: Add default configuration file for prometheus monitoring
This commit is contained in:
committed by
Jovan Krunić
parent
1596b6e3b8
commit
7ed2921efb
7
config/prometheus.json
Normal file
7
config/prometheus.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"metricsPath": "/metrics",
|
||||
"collectDefaultMetrics": true,
|
||||
"requestDurationBuckets": [0.1, 0.5, 1, 2, 5, 10, 20],
|
||||
"requestLengthBuckets": [512, 1024, 5120, 10240, 51200, 102400],
|
||||
"responseLengthBuckets": [512, 1024, 5120, 10240, 51200, 102400]
|
||||
}
|
||||
Reference in New Issue
Block a user