Skip to content

Commit bcd9717

Browse files
committed
note that counters are normalized per-second
1 parent fe66e51 commit bcd9717

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/guides/metrics.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,12 @@ <h3 id="counters">Counters</h3>
172172
%>
173173
</div>
174174
</div>
175+
<br>
176+
Counters are normalized to per-second units. From the "Web Page Views"
177+
example above, if one person visited the site per second, the graph would be
178+
a straight line at one. To increment or measure values over time please see
179+
<a href='#gauges'>gauges</a>.
180+
175181

176182
<h3 id="gauges">Gauges</h3>
177183

0 commit comments

Comments
 (0)