Skip to content

[Enhancement]: Simplify Adding New Health Check #70

@luccabb

Description

@luccabb

Adding New Health Check page has 9 steps to add a new health check into the codebase.

This github issue is not asking explicitly for a given enhancement, but for simplification of the process where possible. I'll list some ideas below, simplification shouldn't be limited to those ideas:

  1. a new def check_example function requires 75 lines, mostly boilerplate. we should aim to reduce this.

  2. too many manual actions are required from the user, can we create a script that handles many of the boilerplate steps:

$ bin/create_new_health_check.sh <check-name>
# creates the check file, implements click interface, registers the check, add killswitches, ...
# shows a pointer of instructions to the user for the remaining steps that we can't possibly automate with the above

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions