include collectDefaultMetrics in kraken example

This commit is contained in:
Konstantin Pogorelov
2018-01-26 17:40:05 +01:00
parent 4ee269faee
commit 45b8f373be

View File

@@ -163,7 +163,12 @@ Here is meddleware config sample, which can be used in a standard **kraken.js**
"arguments": [
{
"includeMethod": true,
"buckets": [0.1, 1, 5]
"buckets": [0.1, 1, 5],
"promClient": {
"collectDefaultMetrics": {
"timeout": 2000
}
}
}
]
}