Commit Graph

8 Commits

Author SHA1 Message Date
Toby Lawrence 9560d26990 more doc fixes 2020-10-28 22:51:27 -04:00
Toby Lawrence a2955973d7 remove StreamingIntegers since we don't use it anymore 2020-10-24 11:18:07 -04:00
Toby Lawrence b8bee9b19e fix streaming bug + no_std attempt with util as the testbench 2020-10-24 10:14:44 -04:00
Toby Lawrence 36834dd6c6
refactor: next-generation metrics (#80) 2020-09-26 22:26:39 -04:00
Toby Lawrence ed80f3307e
feature: add a JSON observer (#38) 2019-07-23 12:25:49 -04:00
Toby Lawrence d459db8084
Add label support + rename crates. (#27) 2019-07-05 21:14:08 -04:00
Toby Lawrence 29eb316438 Major additions to metrics-util + formatting/documentation polish.
We've added two new major types to the crate:
- AtomicBucket, which allows queue-style atomic writes with atomic
snapshots, powered by crossbeam-epoch
- StreamingIntegers, a scalar delta/zigzag/variable-byte integer
compression implementation

These types are a major part of reworking metrics to be event loop-less
and may be eventually be spun out into their own standalone crates, and
they have value outside of just metrics.

We've also really leveled up our documentation and benchmarks, and these
two types now have full benchmark suites to better demonstrate their
value and their performance on a given system.
2019-05-29 23:07:14 -04:00
Toby Lawrence fdf816e9b3 commit metrics-util v0.1.0 2019-04-23 16:32:28 -04:00