fleet/changes/467-live-query-stats
Victor Lyuboslavsky bb30ffb21f
Added live query stats to activity. (#15682)
📺 Loom:
https://www.loom.com/share/474ac220dd054c389ebed6ba13f943b1?sid=70c2d94e-9fd9-40f5-af73-13e6d2e4c90a
Final piece for #467 -- Added live query stats to activity feed.
# Checklist for submitter

If some of the following don't apply, delete the relevant line.

<!-- Note that API documentation changes are now addressed by the
product design team. -->

- [x] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [x] Added/updated tests
- [x] Manual QA for all new/changed functionality
2023-12-18 09:31:07 -06:00

5 lines
408 B
Text

Live Queries now collect stats. Stats are collected for saved queries present in the Queries tab.
- After running a live query, user will see updated stats in Queries tab.
- Query stats on Host Details page will no longer be cleared after host/agent reboots.
- Query stats are now deleted when query is deleted.
- Activity is now added after the query runs, and includes performance stats for saved queries.