Flow Monitor v0.1.3 FlowMonitor.Config View Source

Struct representing configurable parameters of graph generation. These include:

OptionDescriptionDefault value
pathrelative location of generated metrics files and image"./"
font_namefont name used by gnuplot"Arial"
font_sizefont size used by gnuplot10
graph_namethe name of the generated graph, as well as the prefix of containing directory and metrics files"progress"
graph_titlethe title of the graph"Elixir Flow processing progress over time"
graph_sizethe width and height of resulting image{700, 500}
graph_rangehorizontal range of the graph{0, length of flow execution (millseconds)}
xlabelx label of the graph"Time (ms)"
ylabely label of the graph"Items processed"