feat: Add optional fastBurn/slowBurn aliases for page and ticket alerts - #843
Open
cxdy wants to merge 1 commit into
Open
feat: Add optional fastBurn/slowBurn aliases for page and ticket alerts#843cxdy wants to merge 1 commit into
cxdy wants to merge 1 commit into
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #843 +/- ##
==========================================
+ Coverage 31.30% 31.70% +0.39%
==========================================
Files 149 151 +2
Lines 9228 9314 +86
==========================================
+ Hits 2889 2953 +64
- Misses 6088 6100 +12
- Partials 251 261 +10 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
cxdy
force-pushed
the
cxdy/high-low-alert-aliases
branch
from
September 8, 2026 00:49
d33e81b to
2e55454
Compare
cxdy
marked this pull request as ready for review
September 8, 2026 00:53
Collaborator
|
I prefer |
Accept fast_burn/slow_burn as non-breaking aliases of page_alert/ticket_alert and the CRD pageAlert/ticketAlert keys. Old names still work; setting both for one class is an error. Generated rules stay page/ticket. Signed-off-by: Cody Kaczynski <ckaczyns@akamai.com>
cxdy
force-pushed
the
cxdy/high-low-alert-aliases
branch
from
September 14, 2026 15:51
5eb3832 to
80b6dfd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #833
Accept fast_burn/slow_burn as non-breaking aliases of page_alert/ticket_alert and the CRD pageAlert/ticketAlert keys. Old names still work; setting both for one class is an error. Generated rules stay page/ticket.