Commit 28248c9b authored by James Turnbull's avatar James Turnbull Committed by Brian Brazil

Minor fix to counter metric types description - fix original commit (#1043)

Signed-off-by: 's avatarJames Turnbull <james@lovedthanlost.net>
parent d1f0540f
......@@ -20,8 +20,7 @@ use a counter to represent the number of requests served, tasks completed, or
errors.
Do not use a counter to expose a value that can decrease. For example, do not
use a counter for the number of currently running processes, but use a gauge
instead.
use a counter for the number of currently running processes; instead use a gauge.
Client library usage documentation for counters:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment