This setting controls how columns are excluded from the graph.
The radio boxes control how this field is interpreted. If anything besides "Include all columns" is set, this field
should contain a comma separated list of values.
Setting | Result |
Include all columns | Ignore this field |
Include columns by name | Comma separated list of the column names to plot |
Exclude columns by name | Comma separated list of the column names to exclude from the plot |
Include columns by index | Comma separated list of the column indexes to exclude from the plot |
Exclude columns by index | Comma separated list of the column indexes to exclude from the plot |
An example of the CSV contents may be:
Avg,Median,90,min,max,samples,errors,error %
528.75,201,1172,2,17732,97560,360,0.37%
With an exclusion set to Exclude columns by name and a value of max,samples,errors,error %