Skip to content

Commit

Permalink
feat(payloads): improve instruction clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
ljgray committed Mar 20, 2024
1 parent e24eebd commit 02154aa
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/payloads.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,11 @@ module.exports = {
'- Check any alerts in `chime_ops`, `rx_hut_alerts`, `gpu_hut_alerts`\n' +
'- Check `gpu_hut_ops` to see if Coco is reporting any issues\n' +
'- Check the calibration broker page in Grafana and make note of anything odd\n' +
'- Check the counter here (https://theremin.chimenet.ca/graphs/jumps) for feeds with ' +
'a large number of jumps (> 3-5). Check those feeds here ' +
'(https://grafana.chimenet.ca/d/v_R89dSiz/correlator-input-info) to make sure they are being ' +
'consistently flagged',
'- Check the table under the Counter header (https://theremin.chimenet.ca/graphs/jumps) for ' +
'feeds with a large number of jumps (> 3-5). Sort the table by decreasing Number of Jumps ' +
'and get the associated Correlator Input IDs. Check those feeds here ' +
'(https://grafana.chimenet.ca/d/v_R89dSiz/correlator-input-info) to make sure they are ' +
'being consistently flagged',
},
},
{
Expand Down

0 comments on commit 02154aa

Please sign in to comment.