fix: Add default configuration file for prometheus monitoring

This commit is contained in:
Frank Nagel
2021-09-08 11:18:21 +02:00
committed by Jovan Krunić
parent 1596b6e3b8
commit 7ed2921efb
2 changed files with 9 additions and 3 deletions

7
config/prometheus.json Normal file
View 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]
}