Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

greenbits/statsd-cocoa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Objective-C/Cocoa StatsD Client

A client for Etsy's StatsD server that runs on Objective-C/Cocoa.

We use it to instrument an internal OS X application with the same tools we instrument the rest of our stack.

StatsD is probably unsuitable for instrumenting a Mac desktop or iPhone application that runs on client machines, because there's no authentication/authorisation system, and no network reliability because it uses UDP.

About

Deprecated: Use the upstream version

Resources

License

Stars

Watchers

Forks

Languages

  • Objective-C 91.9%
  • Ruby 8.1%