|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | + |
| 8 | +## [Unreleased] |
| 9 | +### Bug Fixes |
| 10 | +- merge conflict by @mempirate in |
| 11 | +https://github.com/chainbound/prometric/pull/26 |
| 12 | +- fix CPU usage, no default feature by @mempirate in |
| 13 | +https://github.com/chainbound/prometric/pull/30 |
| 14 | +- default scrape path /metrics by @mempirate in |
| 15 | +https://github.com/chainbound/prometric/pull/30 |
| 16 | +- blocking issue by @mempirate in |
| 17 | +https://github.com/chainbound/prometric/pull/30 |
| 18 | +### Documentation |
| 19 | +- fix docs by @mempirate in |
| 20 | +https://github.com/chainbound/prometric/pull/30 |
| 21 | +- document process metrics by @mempirate in |
| 22 | +https://github.com/chainbound/prometric/pull/30 |
| 23 | +- update README doc order by @mempirate in |
| 24 | +https://github.com/chainbound/prometric/pull/26 |
| 25 | +- add exporter docs by @mempirate in |
| 26 | +https://github.com/chainbound/prometric/pull/26 |
| 27 | +- add metric constructor documentation by @mempirate in |
| 28 | +https://github.com/chainbound/prometric/pull/25 |
| 29 | +- more metric types documentation by @mempirate in |
| 30 | +https://github.com/chainbound/prometric/pull/21 |
| 31 | +### Features |
| 32 | +- add exporter example by @mempirate in |
| 33 | +https://github.com/chainbound/prometric/pull/26 |
| 34 | +- more docs, add formatting rules by @mempirate in |
| 35 | +https://github.com/chainbound/prometric/pull/26 |
| 36 | +- add HTTP exporter utilities by @mempirate in |
| 37 | +https://github.com/chainbound/prometric/pull/26 |
| 38 | +- don't collect system swap by @mempirate in |
| 39 | +https://github.com/chainbound/prometric/pull/30 |
| 40 | +- add some system metrics by @mempirate in |
| 41 | +https://github.com/chainbound/prometric/pull/30 |
| 42 | +- add default impl by @mempirate in |
| 43 | +https://github.com/chainbound/prometric/pull/30 |
| 44 | +- add process metrics by @mempirate in |
| 45 | +https://github.com/chainbound/prometric/pull/30 |
0 commit comments