mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
3d139d35f6
* Validator monitor process slashings * Preston's comment Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com> * add test for tracked index * Prestons requested changes Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
8 lines
252 B
Go
8 lines
252 B
Go
/*
|
|
Package monitor defines a runtime service which receives
|
|
notifications triggered by events related to performance of tracked
|
|
validating keys. It then logs and emits metrics for a user to keep finely
|
|
detailed performance measures.
|
|
*/
|
|
package monitor
|