-
Notifications
You must be signed in to change notification settings - Fork 1
Configuration fileFilter
Elliott Ridgway edited this page May 18, 2021
·
1 revision
In addition to the "fileName" field provided in the top-level files section of a Watchr config JSON file, which provides a whitelist to Watchr of files to look at for performance report data, you can also provide a filename whitelist filter at the level of individual plots. This is achieved with the "fileFilter" section.
- namePattern : string : Allows you to specify a pattern for allowing only files that contain certain characters to be used for gathering plot data. This field recognizes simple wildcards (i.e. asterisks).
None.