vegaprotocol / vega-monitoring

MVP to store more data for metrics
MIT License
2 stars 1 forks source link

feat: remove node_down metric, and report node as unhealthy instead #12

Closed fkondej closed 10 months ago

fkondej commented 10 months ago

There are two problems with the node_down metric:

  1. It isn't very clear to people
  2. PromQL has problems with merging it with other metrics Replacing it with regular metrics, but with unhealthy values should solve both of the issues