* Feat: Add support for logging which "command" was matched for SSH and HTTP strategies.
* Feat: Convert to precompiling regexp at config load time. This allows for errors to be presented to the user during startup, and provides better performance for complex regexp.
* Feat:Bump Golang version to latest stable 1.24
* Feat: Add a cleanup routine for HistoryStore, default TTL for events is 1 hour since last interaction.
* Feat: Add new command line flag "memLimitMiB" with a default value of 100.
---------
Signed-off-by: Bryan Nolen <bryan@arc.net.au>
Signed-off-by: Mario Candela <mario.candela.personal@gmail.com>
Co-authored-by: Mario Candela <mario.candela.personal@gmail.com>
* refactor tracer, introduce worker to avoid un-blocker trace strategy
* fixed unit test and refactor dockerFile
* buffered events chan
* refactor yaml API core, initial web hook tracing implementations
* added banner
* changed license from GPL 3 to MIT
* Edit readme