Releases: eleboucher/mktxp
Releases · eleboucher/mktxp
v0.0.9
Compare
Sorry, something went wrong.
No results found
Changelog
3bdf2bb fix: stop leaking a goroutine per connection_stats stream scrape
3ef59c0 fix: wire DHCP client name resolution and correct normalized collector keys
v0.0.8
Compare
Sorry, something went wrong.
No results found
v0.0.5
Compare
Sorry, something went wrong.
No results found
0.0.5 (2026-03-06)
Bug Fixes
correctly handle client mutex to avoid deadlock (e30881f )
Miscellaneous Chores
clean up (170356a )
deps: update docker/build-push-action action to v7 (#12 ) (79fa627 )
deps: update docker/metadata-action action to v6 (#7 ) (f9ffcc9 )
v0.0.4
Compare
Sorry, something went wrong.
No results found
0.0.4 (2026-03-06)
Features
apply overengineer optimization for memory and cpu (19b87f5 )
properly handle bandwidth (4df1a68 )
remove duplicated metrics (0ce2ed3 )
use counter where it's accumulating data (b70afb8 )
use header for scrape timeout (b7b603d )
use semaphore to handle concurrency (98466ad )
Miscellaneous Chores
delete unecessary config (6899ba2 )
handle prometheus error better (a3cef6a )
improve bandwidth concurrency (906ac3b )
v0.0.3
Compare
Sorry, something went wrong.
No results found
0.0.3 (2026-03-05)
Features
merge health and hw_health (87e7644 )
speedtest: use github.com/showwin/speedtest-go (2af5808 )
v0.0.2
Compare
Sorry, something went wrong.
No results found
0.0.2 (2026-03-05)
Bug Fixes
ci: fix build and release ci (edb8b45 )
0.0.1
Compare
Sorry, something went wrong.
No results found
0.0.1 (2026-03-05)
Features
add missing collectors (76f86fd )
add missing metrics (c0a23dc )
allow routers settings to be override by env var (b41a3c1 )
rewrite mktxp in golang (523359e )
Bug Fixes
Documentation
update readme with the latest feature (ed26716 )
Miscellaneous Chores
errors: correctly handle error (0d99056 )
improve logging in case of insecure connection (098457f )
Code Refactoring