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 Activated Alert Rules to alert rule index #69124

Merged
merged 10 commits into from
Apr 18, 2024
Prev Previous commit
Next Next commit
update stub fixture
  • Loading branch information
nhsiehgit committed Apr 18, 2024
commit 902efd69081c4d9e5cb02319cb2f65fd073d43cf
1 change: 1 addition & 0 deletions fixtures/js-stubs/metricRule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export function MetricRuleFixture(
params: Partial<SavedMetricRule> = {}
): SavedMetricRule {
return {
activations: [],
status: 0,
dateCreated: '2019-07-31T23:02:02.731Z',
dataset: Dataset.ERRORS,
Expand Down