summaryrefslogtreecommitdiff
path: root/errors_over_time.plt
diff options
context:
space:
mode:
Diffstat (limited to 'errors_over_time.plt')
-rw-r--r--errors_over_time.plt10
1 files changed, 10 insertions, 0 deletions
diff --git a/errors_over_time.plt b/errors_over_time.plt
new file mode 100644
index 0000000..1e6dbe3
--- /dev/null
+++ b/errors_over_time.plt
@@ -0,0 +1,10 @@
+set title "API /matches errors"
+set timefmt "%Y-%m-%dT%H:%M:%SZ";
+set xdata time;
+
+set datafile separator ", ";
+
+set terminal png noenhanced;
+set key autotitle columnhead;
+set output outputfile;
+plot inputfile using "date":"date_count" with lines;