Skip to content

Releases: eleboucher/mktxp

v0.0.9

Choose a tag to compare

@github-actions github-actions released this 29 May 13:12
3bdf2bb

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

Choose a tag to compare

@github-actions github-actions released this 20 May 06:31
d0585e8

Changelog

v0.0.5

Choose a tag to compare

@bot-owl bot-owl released this 06 Mar 10:40
b10addc

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

Choose a tag to compare

@bot-owl bot-owl released this 06 Mar 00:24
a4df197

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

Choose a tag to compare

@bot-owl bot-owl released this 05 Mar 20:37
d56d8b6

0.0.3 (2026-03-05)

Features

  • merge health and hw_health (87e7644)
  • speedtest: use github.com/showwin/speedtest-go (2af5808)

v0.0.2

Choose a tag to compare

@bot-owl bot-owl released this 05 Mar 19:55
0d1931d

0.0.2 (2026-03-05)

Bug Fixes

  • ci: fix build and release ci (edb8b45)

0.0.1

Choose a tag to compare

@eleboucher eleboucher released this 05 Mar 19:46
4d26fe8

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

  • refactor config (6545b9f)
  • rewrite the collector to be clean (5f947c8)