mirror of
https://github.com/netdata/netdata.git
synced 2025-04-14 09:38:34 +00:00
integrations: fix metrics availability (#15701)
This commit is contained in:
parent
f1a28f5137
commit
6fdf32bbd4
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ Metrics:
|
|||
|:------:|:----------:|:----:|[% for a in entry.metrics.availability %]:---:|[% endfor %]
|
||||
|
||||
[% for metric in scope.metrics %]
|
||||
| [[ metric.name ]] | [% for d in metric.dimensions %][[ d.name ]][% if not loop.last %], [% endif %][% endfor %] | [[ metric.unit ]] |[% for a in entry.metrics.availability %] [% if a.name in metric.availability %]•[% else %] [% endif %] |[% endfor %]
|
||||
| [[ metric.name ]] | [% for d in metric.dimensions %][[ d.name ]][% if not loop.last %], [% endif %][% endfor %] | [[ metric.unit ]] |[% for a in entry.metrics.availability %] [% if not metric.availability|length or a in metric.availability %]•[% else %] [% endif %] |[% endfor %]
|
||||
|
||||
[% endfor %]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue