Skip to content

Latest commit

 

History

History

guardian-prover-health-check

Golang GuardianProverHealthCheck

Guardian Prover Health Check Service

A service that watches the guardian provers and pings them for uptime availability metrics.

Build the source

Building the taiko-client binary requires a Go compiler. Once installed, run:

make build

Configuration

Run migrations: cd migrations goose mysql "user:pass@/dbname?parseTime=true" up

To run the health check service: ENV_FILE=.env go run cmd/main.go healthchecker

To run the stats generator: ENV_FILE=.generator.env go run cmd/main.go generator

Usage

Review all available sub-commands:

bin/guardian-prover-health-check --help

Review each sub-command's command line flags:

bin/guardian-prover-health-check <sub-command> --help