Skip to content
This repository has been archived by the owner on Mar 31, 2020. It is now read-only.

In custom buckets configuration, string having dot is not working #16

Closed
ashokwaghmare opened this issue Apr 27, 2018 · 3 comments
Closed

Comments

@ashokwaghmare
Copy link

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

@ivantopo
Copy link
Contributor

Interesting, let me take a look at that.

@ivantopo
Copy link
Contributor

Thanks for reporting, @ashokwaghmare.

Fixed in v1.1.1. Available on Bintray and on its way to Central.

@ashokwaghmare
Copy link
Author

Great, Thanks for your help, @ivantopo

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants