mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
14 lines
360 B
HTML
14 lines
360 B
HTML
<div>
|
|
<span>{{label}}</span>
|
|
<dl class="dl-horizontal">
|
|
<dt>Mean</dt>
|
|
<dd>{{metric.mean_rate | number:2}}</dd>
|
|
|
|
<dt>1/5/15 min</dt>
|
|
<dd>{{metric.m1_rate | number:2}} {{metric.m5_rate | number:2}} {{metric.m15_rate | number:2}}</dd>
|
|
|
|
<dt>Total</dt>
|
|
<dd>{{metric.count}}</dd>
|
|
</dl>
|
|
</div>
|