Commit b3f56d4
committed
Clearly shows that metrics have to be explicitly sent
By looking at the usage example, one could think metrics are immediately sent to servers when calling `Client::increment()`, `Client::count()`... which is not the case: client must be explicitly asked to send data to servers.
By adding a call to `Client::send()` I make it clear that `Client` won't send data unless asked to.1 parent d16492d commit b3f56d4
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
0 commit comments