blob: 5bfe65d3b15ef1c14c4435f66590819ec55a2448 [file] [log] [blame]
Serge Bazanski7d311e92020-10-10 17:57:44 +02001// This file was generated by https://github.com/grafana/dashboard-spec
2
3{
4 new(
5 datasource='default',
6 expr=null,
7 format='time_series',
8 interval=null,
9 intervalFactor=null,
10 legendFormat=null,
11 ):: {
12 [if datasource != null then 'datasource']: datasource,
13 [if expr != null then 'expr']: expr,
14 [if format != null then 'format']: format,
15 [if interval != null then 'interval']: interval,
16 [if intervalFactor != null then 'intervalFactor']: intervalFactor,
17 [if legendFormat != null then 'legendFormat']: legendFormat,
18 },
19}