Commit 83f0b6bd authored by Daniel Lo Nigro's avatar Daniel Lo Nigro Committed by Brian Brazil

Replace "goroutines" with "concurrent requests" in gauge example (#1268)

Signed-off-by: 's avatarDaniel Lo Nigro <d@d.sb>
parent c0773584
...@@ -36,7 +36,7 @@ arbitrarily go up and down. ...@@ -36,7 +36,7 @@ arbitrarily go up and down.
Gauges are typically used for measured values like temperatures or current Gauges are typically used for measured values like temperatures or current
memory usage, but also "counts" that can go up and down, like the number of memory usage, but also "counts" that can go up and down, like the number of
running goroutines. concurrent requests.
Client library usage documentation for gauges: Client library usage documentation for gauges:
......
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