10 lines
461 B
Markdown
10 lines
461 B
Markdown
# Playing with JINJA2
|
|
|
|
This applet is intended to generate a JSON output snip for use with Grafana.
|
|
The applet is statically configured to run 'count' interations on a JSON template with JINJA markup and output
|
|
to a statically defined file in the scripts CWD.
|
|
|
|
Next steps will be to modify the markup template to include the python
|
|
instructions for iterating and the name of the output file instead of having the render script
|
|
statically defining those values.
|