All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fix metrics explosion due to label changing for each route
-
Adapt traceroute frequency to ( TRACEROUTE_MAX * TCPTRACEROUTE_WAITTIME ) seconds.
Eg.: if TRACEROUTE_MAX is set to 24, and TCPTRACEROUTE_WAITTIME is set to 0.5, traceroute will occurs every (24 * 0,5) = 12 seconds. Minimum frequency: 10 seconds
- Support for '-n' argument (TRACEROUTE_NOLOOKUP envvars) to avoid reverse lookup of hop ip address. Default : false (i.e lookup names)
- Fix typo in online help: TRACEROUTE_PORT was incorrectly spelled TRACEROUTE_TARGET
- Initial release