The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

AnyEvent::Graphite - A non-blocking Graphite (http://graphite.wikidot.com/) client

VERSION

Version 0.01

SYNOPSIS my $graphite = AnyEvent::Graphite->new( host => '127.0.0.1', port => '2003', ); $graphite->send("a.b.c.d", $value, $timestamp); #timestamp is optional

AUTHOR

Joshua Barratt, <josh at mediatemple.net>

COPYRIGHT & LICENSE

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.