Skip to content

Commit

Permalink
feat: stuck validators keys
Browse files Browse the repository at this point in the history
  • Loading branch information
vgorkavenko committed Jul 6, 2023
1 parent 3af6b60 commit ed95a4a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/common/config/env.validation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,12 @@ export class EnvironmentVariables {
@IsString()
public VALIDATOR_STUCK_KEYS_FILE_PATH = './docker/validators/stuck_keys.yaml';

/**
* Path to file with list of validators that are stuck and should be excluded from the monitoring metrics
*/
@IsString()
public VALIDATOR_STUCK_KEYS_FILE_PATH = './docker/validators/stuck_keys.yaml';

/**
* Distance (down) from Blockchain Sync Participation average after which we think that our sync participation is bad
* For example:
Expand Down

0 comments on commit ed95a4a

Please sign in to comment.