Commit d7b7d0ee authored by Tobias Schmidt's avatar Tobias Schmidt

Merge pull request #424 from dominikh/master

Delete duplicate word
parents a4e7408d 34806ebc
......@@ -202,7 +202,7 @@ the value can go down, it is a gauge.
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
each event. For example, the total number of HTTP requests, or the total number of
of bytes sent in HTTP requests. Raw counters are rarely useful. Use the
bytes sent in HTTP requests. Raw counters are rarely useful. Use the
`rate()` function to get the per-second rate at which they are increasing.
Gauges can be set, go up, and go down. They are useful for snapshots of state,
......
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