We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d16492d + b3f56d4 commit 4bdedc9Copy full SHA for 4bdedc9
doc/usage.md
@@ -13,4 +13,6 @@ $client->count('a.graphite.node', 5);
13
$client->timing('another.graphite.node', (float) $timing);
14
$client->set('a.graphite.set', 12);
15
$client->gauge('a.gauge.node', 8);
16
+
17
+$client->send(); // Send the metrics to the servers
18
```
0 commit comments