-
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
Fred/eng 212 implement fast fail support in the prometheus connector #330
Fred/eng 212 implement fast fail support in the prometheus connector #330
Conversation
linkous8
commented
Aug 30, 2021
- Update api Status.from_error to handle aborted status
- Define configuration for fast-fail functionality
- Define EventAbortedError error to support aborted status
- Implement generic fast-fail observer for use in connectors
- Define models for SLO checking and add to userdata parsing
- Implement fast-fail support in the prometheus connector
- Add unit tests for FastFailObserver
- Add integration test for fast fail under prometheus connector
- Update api Status.from_error to handle aborted status - Define configuration for fast-fail functionality - Define EventAbortedError error to support aborted status - Implement generic fast-fail observer for use in connectors - Define models for SLO checking and add to userdata parsing - Implement fast-fail support in the prometheus connector - Add unit tests for FastFailObserver - Add integration test for fast fail under prometheus connector
ENG-212 Implement fast-fail support in the prometheus connector of Servox
The first pass implementation will be based off the current state of the design doc specified in ENG-55 and will be iterated on as needed in order to maintain velocity for the release of Dev 2.4 https://opsani.slab.com/posts/2021-06-fast-fail-support-g2e90h87 |
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.
This looks good to me, and the tests look like a solid set to validate functionality
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.
From a quick pass I don't see lurking ghosts. Elegant structuring as well. Notarized
- remove allow_equals condition config