Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Commit

Permalink
Enabling instant capabilities for logs
Browse files Browse the repository at this point in the history
  • Loading branch information
marioanton authored Jun 29, 2022
1 parent 6db00c2 commit 9ee5b3f
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 9ee5b3f

Please sign in to comment.