Skip to content

Commit 4bdedc9

Browse files
committed
Merge pull request #13 from C-Duv/patch-1
Clearly shows that metrics have to be explicitly sent
2 parents d16492d + b3f56d4 commit 4bdedc9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/usage.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ $client->count('a.graphite.node', 5);
1313
$client->timing('another.graphite.node', (float) $timing);
1414
$client->set('a.graphite.set', 12);
1515
$client->gauge('a.gauge.node', 8);
16+
17+
$client->send(); // Send the metrics to the servers
1618
```

0 commit comments

Comments
 (0)