You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 31, 2020. It is now read-only.
Not working -
custom {
"akka.actor.processing-time" = [0.1, 1.0, 10.0]
}
Though, string without dot works, below conf works fine.
custom {
"plain_string" = [0.1, 1.0, 10.0]
}
Probable fix would be, in PrometheusReporter.scala --> def readCustomBuckets,
"k" - variable needs to be in double quotes while passing to, getDoubleList(k),
I might be wrong.
Thanks
The text was updated successfully, but these errors were encountered: