Eran Harel
Eran Harel
Looking for a doctor gopher for a new OS project: https://github.com/AppsFlyer/go-sundheit Or whatever you see fit ;) It's a project providing health checks API, and health endpoint
The latest dropwizard metrics (4.x.x) removed a lot of clutter, and is now Java 8 based and supports Java 9. Now that the older (< 8) Java versions are EOL...
Merging all the work I did on my own fork when I couldn't get access to the Outbrain repo...
Allow injecting faults to more than a single target. For example, kill a percentage of some service instances in a random DC.
Scheduling must be configurable to allow time intervals for periodic drills and overrides for times where we want to skip drills. An auto scheduling drill will randomly select targets and...
Current implementations require ansible or rundeck installation. An SSH based solution will make this project more accessible to most companies.
Current audit implementation is file based, and revert commands must be idempotent.. Implement a persistent shared audit log, and at least some sort of marking for done / reverted fault...
Implement additional TargetsCollector based on etcd / ZK / static files / etc