-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add overall_size_bytes
field to job model
#256
Comments
Justification? Is this only for displaying stats, or will the information be used for some kind of action? |
Mainly for stats. Realizing this prototype interface: https://gyazo.com/c9784b0aeb7983ee6e64e156ed34ad04 Additionally, we'd like to report count/duration/size analyzed stats at a larger scale. It'd be good to track this information now before the system is used in earnest. |
Sounds good. Maybe make a separate issue for tracking overall stats? Would this be part of the generic stats table idea? |
Where practical we hope to encode stats in schema explicitly. This minor suggestion is not part of generalized stats idea (for which issue is coming - nailing down a few things offline first). |
👍 |
The
AnalysisJobs
model currently tracks aggregate statistics for the saved search it executes likeoverall_count
andoverall_duration_seconds
.Feature: add a new field that aggregates the
data_length_bytes
field from the saved search.Name options:
overall_size_bytes
overall_data_length_bytes
Related to #191
The text was updated successfully, but these errors were encountered: