You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,10 @@ Sometimes it's necessary to manually run this process, for example if a new metr
38
38
# -h: Whether to generate histograms. Must be accompanied by the date to query.
39
39
#
40
40
# -f: Whether to force histogram querying and updating even if the data exists.
41
-
# Timeseries are always overwritten.
41
+
# Timeseries are usually appended to from last date, but this flag forces a complete rerun
42
+
#
43
+
# -r: Optional pattern match for reports to be run. Use quotes to avoid the shell expanding names
44
+
# (e.g. "*crux*")
42
45
```
43
46
44
47
You can omit one of the `-t` or -h` flags to focus only on histogram or timeseries generation. The `-f` flag ensures that histogram data gets overwritten. Omit this flag to skip queries for dates that already exist (much faster for batch jobs, see below).
0 commit comments