Commit 7238f5ed authored by Dominik Charousset's avatar Dominik Charousset

Document histogram bucket type change

parent 1087b2fa
...@@ -15,6 +15,11 @@ is based on [Keep a Changelog](https://keepachangelog.com). ...@@ -15,6 +15,11 @@ is based on [Keep a Changelog](https://keepachangelog.com).
common practice of looking into the current directory first before looking for common practice of looking into the current directory first before looking for
a system-wide configuration file. a system-wide configuration file.
### Changed
- Counters in histogram buckets are now always integers, independently on the
value type of the histogram. Buckets can never increase by fractional values.
### Deprecated ### Deprecated
- All `parse` function overloads in `actor_system_config` that took a custom - All `parse` function overloads in `actor_system_config` that took a custom
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment