Skip to content
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

feat: add api level alarms and some rfq overall alarms #119

Merged
merged 4 commits into from
Jul 17, 2023

Conversation

zhongeric
Copy link
Collaborator

No description provided.

const rfqOverallNonQuoteRateAlarmSev2 = new aws_cloudwatch.Alarm(this, 'UniswapXParameterizationAPI-SEV2-RFQ-NonQuoteRate', {
alarmName: 'UniswapXParameterizationAPI-SEV2-RFQ-NonQuoteRate',
metric: rfqOverallNonQuoteMetric,
threshold: 50,
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we think this is too high / low?

Copy link
Contributor

@willpote willpote Jul 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, I don't think we should SEV2 on anything depending on MMs since they are free and within their right to not quote if they want. And not much we can do quickly if we get paged about this.

Maybe we just do SEV3 so we are notified and can ping them during business hours?

bin/stacks/api-stack.ts Outdated Show resolved Hide resolved
bin/stacks/api-stack.ts Outdated Show resolved Hide resolved
bin/stacks/api-stack.ts Outdated Show resolved Hide resolved
bin/stacks/api-stack.ts Outdated Show resolved Hide resolved
@zhongeric zhongeric merged commit 1151108 into main Jul 17, 2023
2 checks passed
@zhongeric zhongeric deleted the feat-add-alarms-dash branch July 17, 2023 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants