mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
* 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
|