lighthouse/beacon_node/http_metrics
Paul Hauner 26741944b1 Add metrics to VC (#1954)
## Issue Addressed

NA

## Proposed Changes

- Adds a HTTP server to the VC which provides Prometheus metrics.
- Moves the health metrics into the `lighthouse_metrics` crate so it can be shared between BN/VC.
- Sprinkle some metrics around the VC.
- Update the book to indicate that we now have VC metrics.
- Shifts the "waiting for genesis" logic later in the `ProductionValidatorClient::new_from_cli`
  - This is worth attention during the review.

## Additional Info

- ~~`clippy` has some new lints that are failing. I'll deal with that in another PR.~~
2020-11-26 01:10:51 +00:00
..
src Add metrics to VC (#1954) 2020-11-26 01:10:51 +00:00
tests Fix head tracker concurrency bugs (#1771) 2020-10-19 05:58:39 +00:00
Cargo.toml Support pre-flight CORS check (#1772) 2020-10-22 04:47:27 +00:00