Skip to content

Commit

Permalink
Merge pull request #13 from C-Duv/patch-1
Browse files Browse the repository at this point in the history
Clearly shows that metrics have to be explicitly sent
  • Loading branch information
omansour committed Jan 20, 2015
2 parents d16492d + b3f56d4 commit 4bdedc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ $client->count('a.graphite.node', 5);
$client->timing('another.graphite.node', (float) $timing);
$client->set('a.graphite.set', 12);
$client->gauge('a.gauge.node', 8);

$client->send(); // Send the metrics to the servers
```

0 comments on commit 4bdedc9

Please sign in to comment.