You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Has anybody thought about runner monitoring and sending an alert when number of idle runners scale down below set threshold value ? We have implemented the monitoring and alert feature internally in our org and the feature is working fine since last few weeks. We use runner pool feature and use some of the pool parameters to monitor the runners.
I am happy to raise a PR and we can discuss if anything need to be improved so that everybody can use the feature.
Just to give high level picture, lambda function is monitoring number of idle runners per environment, per org and puts custom metric value to cloudwatch which is integrated to cloudwatch alarm when the metric count goes less than set threshold value (25% of pool count). SNS topic subscription to email or any endpoint to receieve notifications. We are using OpsGenie as our alert tool.
Has anybody thought about runner monitoring and sending an alert when number of idle runners scale down below set threshold value ? We have implemented the monitoring and alert feature internally in our org and the feature is working fine since last few weeks. We use runner pool feature and use some of the pool parameters to monitor the runners.
I am happy to raise a PR and we can discuss if anything need to be improved so that everybody can use the feature.
Just to give high level picture, lambda function is monitoring number of idle runners per environment, per org and puts custom metric value to cloudwatch which is integrated to cloudwatch alarm when the metric count goes less than set threshold value (25% of pool count). SNS topic subscription to email or any endpoint to receieve notifications. We are using OpsGenie as our alert tool.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Has anybody thought about runner monitoring and sending an alert when number of idle runners scale down below set threshold value ? We have implemented the monitoring and alert feature internally in our org and the feature is working fine since last few weeks. We use runner pool feature and use some of the pool parameters to monitor the runners.
I am happy to raise a PR and we can discuss if anything need to be improved so that everybody can use the feature.
Just to give high level picture, lambda function is monitoring number of idle runners per environment, per org and puts custom metric value to cloudwatch which is integrated to cloudwatch alarm when the metric count goes less than set threshold value (25% of pool count). SNS topic subscription to email or any endpoint to receieve notifications. We are using OpsGenie as our alert tool.
Beta Was this translation helpful? Give feedback.
All reactions