Releases: stohrendorf/csv-prometheus-exporter
Releases · stohrendorf/csv-prometheus-exporter
v1.2.2
v1.2.1
- Heavily increase thread pool min size based on processor count to avoid thread starvation.
v1.2.0
Notable changes
Add per-target information to allow identifying heterogeneous server performance.
v1.1.0
Changes since v1.0.1
- Web endpoints now support response compression
- New endpoint
/ping
for health checks - Docker image is configured for automatic health checks
Invisible changes
- Dependecies updated
- Updated to .NET Core SDK 2.2
v1.0.1
Bugfix
- In case of stream starvation, properly abort the command instead of waiting for it to complete normally
v1.0.0
Ready for the World ;)
No issues found/reported since v1.0.0-beta3, so this is the first stable release.
v1.0.0-beta.3
Fixes
- Unreadable log files are properly detected
- Log-rotated log files are now properly handled
v1.0.0-beta.2
- Added
background-resilience
andlong-term-resilience
options - Added
ssh_in_bytes
metric
v1.0.0-beta
🥇 First Beta 🥇
- It's proven to run smoothly on a production system.
- There are no known bugs.
- Please test it. If you think something is missing/off/broken/unusable, please create a ticket immediately.
Thank you 😃
v1.0.0-alpha.3
Refactor dead metric extinction handling to not be run more than necessary.