Kamon v2.1.1 Release Notes

Release Date: 2020-06-08 // almost 4 years ago
  • ๐Ÿ‘Œ Improvements

    • prometheus : Removed the nanoHTTP dependency in favour of the simple HTTP server that ships with the JDK. Contributed by @danischroeter via #762.
    • prometheus : Only append the _total postfix when necessary (i.e. when the metric name doesn't include it already). Contributed by @eugenemiretsky via #773.

    ๐Ÿ›  Fixes

    • core : Distribution.percentile(...) would return an instance instance with a percentile value different than the requested one. More info on #772. Fixed by @ivantopo via 103f5c7