dymensionxyz / eibc-client

2 stars 4 forks source link

expose an api endpoint with the health status of the eibc client #15

Open artemijspavlovs opened 6 months ago

artemijspavlovs commented 6 months ago

a similar endpoint that the rpc server provides would be great for alerting and observability purpose

$ curl -s localhost:26657/health
{"jsonrpc":"2.0","result":{"isHealthy":true,:"error":""},"id":-1}