This repository has been archived on 2023-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
gitops-tbrnt/monitoring/vendor/github.com/grafana/grafonnet-lib/grafonnet/loki.libsonnet
Tobias Brunner 301e297d45
All checks were successful
continuous-integration/drone/push Build is passing
update monitoring stack to latest
2020-05-12 19:42:23 +02:00

13 lines
144 B
Plaintext

{
/**
* @name loki.target
*/
target(
expr,
hide=null,
):: {
[if hide != null then 'hide']: hide,
expr: expr,
},
}