-
Notifications
You must be signed in to change notification settings - Fork 37
fix(observability): remove invalid fields match and match_regex from main route in alert_config
#915
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
fix(observability): remove invalid fields match and match_regex from main route in alert_config
#915
Conversation
078d4fd to
0ebcb10
Compare
|
This PR was marked as stale after 7 days of inactivity and will be closed after another 7 days of further inactivity. If this PR should be kept open, just add a comment, remove the stale label or push new commits to it. |
0ebcb10 to
45f2347
Compare
|
This PR was marked as stale after 7 days of inactivity and will be closed after another 7 days of further inactivity. If this PR should be kept open, just add a comment, remove the stale label or push new commits to it. |
|
Hi, why is it on hold? Just a new comment so it would not be removed. 😄 |
Hi @haeussermanp, there is an API issue the set matchers doesn't return on a GET request. This results in an error in the terraform provider. When this is fixed, the PR is ready for review 😄 |
|
This PR was marked as stale after 7 days of inactivity and will be closed after another 7 days of further inactivity. If this PR should be kept open, just add a comment, remove the stale label or push new commits to it. |
|
This PR was marked as stale after 7 days of inactivity and will be closed after another 7 days of further inactivity. If this PR should be kept open, just add a comment, remove the stale label or push new commits to it. |
c5d7ddd to
bee5272
Compare
df189dd to
c5950e0
Compare
…t_config - deprecated `match` and `match_regex` in child routes - add new `matchers` field
5ba29d4 to
6bbbf2a
Compare
Merging this branch will increase overall coverage
Coverage by fileChanged files (no unit tests)
Please note that the "Total", "Covered", and "Missed" counts above refer to code statements instead of lines of code. The value in brackets refers to the test coverage of that file in the old version of the code. Changed unit test files
|
Description
relates to STACKITTPR-226 and #784
matchandmatch_regexfrom main route in alert_configmatchandmatch_regexin child routesmatchersfieldChecklist
make fmtexamples/directory)make generate-docs(will be checked by CI)make test(will be checked by CI)make lint(will be checked by CI)