mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-08 14:32:50 +00:00
8 lines
257 B
JSON
8 lines
257 B
JSON
{
|
|
"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]
|
|
}
|