bump grafana to 7.3

This commit is contained in:
Jonathan Shook 2020-12-07 01:50:21 -06:00
parent cf008d1611
commit da87b1c3bd

View File

@ -135,7 +135,7 @@ public class NBCLIOptions {
private Scenario.Engine engine = Scenario.Engine.Graalvm;
private boolean graaljs_compat = false;
private int hdr_digits = 3;
private String docker_grafana_tag = "7.2.2";
private String docker_grafana_tag = "7.3.4";
private boolean showStackTraces = false;
private boolean compileScript = false;
private String scriptFile = null;