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