mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-26 05:17:22 +00:00
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
|