- Fix crashing bug with UDP -socket addresses.
- Add
-declpath
flag.
- First tagged version that is modules-aware.
- Stop vendoring dependencies.
- Switch to GitHub Actions for CI.
- Minor fixes to satisfy new static analysis tools.
- A typo in an error message when parsing Prometheus exposition format lines has been corrected.
- Bug fix: don't render timeseries that haven't collected any observations.
- Make histograms abide the convention of using
_bucket
suffixes on the metric name.
- Fix bug when parsing UNIX domain sockets.
- Add UDP support for incoming socket writes.
- Fixes a crashing bug if you don't specify an explicit -prometheus path.
- Renamed -direct to -socket.
- Removed discourse/prometheus_exporter compatibility.
- It was a bad idea.
- Added discourse/prometheus_exporter compatibility.
- This might be a good idea!
- Fixed tests.
- Emit HELP before TYPE in Prometheus /metrics endpoint.
- Initial release.