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

10 lines
109 B
Plaintext

{
target(
expr,
hide=null,
):: {
[if hide != null then 'hide']: hide,
expr: expr,
},
}