Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37037885
en ru br
ALT Linux repos
S:3.1.1-alt1

Group :: Development/Ruby
RPM: gem-statsd-instrument

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 3.1.1-alt1
Build date: 2 september 2021, 12:13 ( 134.0 weeks ago )
Size: 47.21 Kb

Home page:   http://shopify.github.io/statsd-instrument/

License: MIT
Summary: A StatsD client for Ruby apps. Provides metaprogramming methods to inject StatsD instrumentation into your code
Description:

This is a ruby client for statsd (http://github.com/etsy/statsd). It provides a
lightweight way to track and measure metrics in your application.

We call out to statsd by sending data over a UDP socket. UDP sockets are fast,
but unreliable, there is no guarantee that your data will ever arrive at its
location. In other words, fire and forget. This is perfect for this use case
because it means your code doesn't get bogged down trying to log statistics. We
send data to statsd several times per request and haven't noticed a performance
hit.

For more information about StatsD, see the README of the Etsy project.

Current maintainer: Ruby Maintainers Team

List of contributors

List of rpms provided by this srpm:

  • gem-statsd-instrument-doc
  • gem-statsd-instrument
  • gem-statsd-instrument-devel
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin