-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reindex GitHub Events into maintainer inactivity data #79
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #79 +/- ##
============================================
+ Coverage 86.58% 86.83% +0.24%
- Complexity 271 315 +44
============================================
Files 64 69 +5
Lines 1491 1762 +271
Branches 58 78 +20
============================================
+ Hits 1291 1530 +239
- Misses 177 195 +18
- Partials 23 37 +14 ☔ View full report in Codecov by Sentry. |
d6aeb02
to
90db87d
Compare
a6d5c23
to
c1183b8
Compare
59ff2e8
to
19db2c1
Compare
@@ -69,6 +69,7 @@ export class OpenSearchMetricsMonitoringStack extends Stack { | |||
private snsMonitorStepFunctionExecutionsFailed(): void { | |||
const stepFunctionSnsAlarms = [ | |||
{ alertName: 'StepFunction_execution_errors_MetricsWorkflow', stateMachineName: this.props.workflowComponent.opensearchMetricsWorkflowStateMachineName }, | |||
{ alertName: 'StepFunction_execution_errors_MaintainerInactivityWorkflow', stateMachineName: this.props.workflowComponent.opensearchMaintainerInactivityWorkflowStateMachineName }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NIT: moving forward should this infrastructure/lib/stacks/monitoringDashboard.ts
have inputs on the workflows to monitor?
33ce872
to
3e84f99
Compare
3e84f99
to
526989d
Compare
Signed-off-by: Brandon Shien <[email protected]>
526989d
to
d2ded46
Compare
Description
Reindexed GitHub Events stored in the metrics cluster into maintainer inactivity data for further display.
Issues Resolved
Part of #57
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.