Commit 1087b2fa authored by Dominik Charousset's avatar Dominik Charousset

Merge branch 'topic/neverlord/histogram'

parents b60ee497 91ae333d
......@@ -28,13 +28,11 @@ public:
using gauge_type = gauge<value_type>;
using counter_type = counter<value_type>;
using family_setting = std::vector<value_type>;
struct bucket_type {
value_type upper_bound;
counter_type count;
int_counter count;
};
// -- constants --------------------------------------------------------------
......
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