All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- option to export process metrics at an interval by @merklefruit in #52
- reintroduce basic (smaller) example by @Karrq in #47
- use appropriate parse_quote macro by @Karrq in #47
- error with invalid partitions config by @Karrq in #47
- enforce metric help string by @Karrq in #47
- pr review by @Karrq in #47
- clippy by @Karrq in #47
- commit deadlock by @Karrq in #47
- account for outstanding loads by @Karrq in #47
- BatchOpts, unnecessary const-hack by @Karrq in #47
- clippy by @Karrq in #47
- more comments in prometric-derive by @Karrq in #47
- ensure generated docs link to items by @Karrq in #47
- clarify comment by @Karrq in #47
- GenericSummaryMetric (cheap clone) by @Karrq in #47
- expand metrics with user path by @Karrq in #47
- Summary metric support by @Karrq in #47
ArcCellby @Karrq in #47- batching summary by @Karrq in #47
- summary metric by @Karrq in #47
- move examples under examples/ by @Karrq in #47
- quote fully qualified imports by @Karrq in #47
- use existing
arc-cellby @Karrq in #47 - split into more modules by @Karrq in #47
- export 2 more items by @Karrq in #47
- split metrics in modules by @Karrq in #47
- support expressions that evalute into a Vec for buckets by @thedevbirb in #37
- add thread busyness stats by @mempirate in #38
- add collection time metric, more system stats by @mempirate in #33
- fix CPU usage, no default feature by @mempirate in #30
- default scrape path /metrics by @mempirate in #30
- blocking issue by @mempirate in #30
- fix docs by @mempirate in #30
- document process metrics by @mempirate in #30
- update README doc order by @mempirate in #26
- add exporter docs by @mempirate in #26
- add metric constructor documentation by @mempirate in #25
- more metric types documentation by @mempirate in #21
- add exporter example by @mempirate in #26
- add HTTP exporter utilities by @mempirate in #26
- don't collect system swap by @mempirate in #30
- add some system metrics by @mempirate in #30
- add default impl by @mempirate in #30
- add process metrics by @mempirate in #30
- add expression support for buckets by @thedevbirb in #37