Skip to content

Commit

Permalink
Merge pull request grafana#359 from marioanton/master
Browse files Browse the repository at this point in the history
Enabling instant capabilities for loki targets.
  • Loading branch information
malcolmholmes authored Jul 5, 2022
2 parents 6db00c2 + 9ee5b3f commit 3028019
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions grafonnet/loki.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
}

0 comments on commit 3028019

Please sign in to comment.