fix prometheus buckets config

pull/6147/head
Thibault Duplessis 2020-03-08 21:22:09 -06:00
parent c6fae16e07
commit 2506df6a12
1 changed files with 5 additions and 3 deletions

View File

@ -516,9 +516,11 @@ kamon {
}
}
prometheus {
default-buckets = [ 10, 100, 1000, 10000, 100000 ]
time-buckets = [ 0.01, 0.05, 0.1, 0.5, 1, 5, 10 ]
information-buckets = [ 512, 2048, 16384, 524288, ]
buckets {
default-buckets = [ 10, 100, 1000, 10000, 100000 ]
time-buckets = [ 0.01, 0.05, 0.1, 0.5, 1, 5, 10 ]
information-buckets = [ 512, 2048, 16384, 524288, ]
}
}
modules {
jvm-metrics.enabled = yes