-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
…#54352) This PR optimizes both the snapshot component and the monitor list on the overview page by using the new monitor.timespan field from elastic/beats#14778. Note that the functionality here will work with heartbeats lacking that patch, but the performance improvements will be absent. This PR adapts the snapshot tests to use synthetically generated data which should be easier to maintain. As a result some of that code is refactored as well. See #52433 parent issue as well.
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -419,8 +419,6 @@ export interface SnapshotCount { | |
|
||
down: number; | ||
|
||
mixed: number; | ||
|
||
total: number; | ||
} | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,6 @@ describe('state selectors', () => { | |
count: { | ||
up: 2, | ||
down: 0, | ||
mixed: 0, | ||
total: 2, | ||
}, | ||
errors: [], | ||
|
This file was deleted.
This file was deleted.