Code Monkey home page Code Monkey logo

statsd-client's Introduction

NAME

Net::StatsD::Client - client library for sending stats to Etsy'd StatsD server

SYNOPSIS

The brilliant devops folks at Etsy released (and posted about) an awesome little node.js-based stats server called statsd.

Statsd sits in front of the Graphite metrics server, providing a simple API for applications to send stats over UDP. UDP is "old tech" but is fire-and-forget -- clients don't have to wait for a response to keep processing.

USAGE

use Net::StatsD::Client;

my $client = Net::StatsD::Client->new();

$client->timing('perl_test.timing',500);
$client->increment('perl_test.inc_int');
$client->decrement('perl_test.inc_int');

License

This code is released under the same license as Perl itself.

statsd-client's People

Contributors

adamtaylor avatar sivy avatar

Stargazers

xiazemin avatar Paul Williams avatar Petter Aas avatar Nick Satterly avatar Jacob Rideout avatar Thomas avatar Robin Smidsrød avatar Scott Sanders avatar  avatar  avatar William Wolf avatar Jeremy Zawodny avatar Kryton  avatar shelling avatar

Watchers

 avatar  avatar

statsd-client's Issues

Build failure on OS X

Not sure if it works on other platforms, but even after EOL changes, I get a build failure on Mac OS X.

$ perl MAKEFILE.pl
Writing Makefile for Net::StatsD::Client
$ make
Skip blib/lib/Net/StatsD/MAKEFILE.pl (unchanged)
Skip blib/lib/Net/StatsD/Client.pm (unchanged)
make: *** No rule to make target net_statsd_client', needed byblib/script/net_statsd_client'. Stop.

EOL markers break this on Mac OS X

I know it is just a choice, but on a Mac (and I assume under Linux as well) you can't use the files at all until you convert the EOL markers on them. This is the first perl module I have run across that had that issue.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.