Commit 835661c4 authored by Björn Rabenstein's avatar Björn Rabenstein

Merge pull request #55 from mmoya/doc-improvements

Remove duplicate sentence
parents 19bb6bc9 5a5e6264
...@@ -197,8 +197,7 @@ It is important to know which of the four main metric types to use for ...@@ -197,8 +197,7 @@ It is important to know which of the four main metric types to use for
a given metric. a given metric.
To pick between counter and gauge, there is a simple rule of thumb: if To pick between counter and gauge, there is a simple rule of thumb: if
-metric To pick between counter and gauge, there is a simple rule of the value can go down, it is a gauge.
thumb: if the value can go down, it is a gauge.
Counters can only go up (and reset, such as when a process restarts). They are Counters can only go up (and reset, such as when a process restarts). They are
useful for accumulating the number of events, or the amount of something at useful for accumulating the number of events, or the amount of something at
......
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