diff --git a/grafonnet/loki.libsonnet b/grafonnet/loki.libsonnet index 25fa79a8..a300f5a9 100644 --- a/grafonnet/loki.libsonnet +++ b/grafonnet/loki.libsonnet @@ -12,9 +12,11 @@ expr, hide=null, legendFormat='', + instant=null, ):: { [if hide != null then 'hide']: hide, expr: expr, legendFormat: legendFormat, + [if instant != null then 'instant']: instant, }, }