Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37398948
en ru br
Репозитории ALT

Группа :: Разработка/Ruby
Пакет: gem-statsd-instrument

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 3.1.1-alt1
Время сборки: 2 сентября 2021, 12:13 ( 137.1 недели назад )
Размер архива: 47.21 Kb

Домашняя страница:   http://shopify.github.io/statsd-instrument/

Лицензия: MIT
О пакете: A StatsD client for Ruby apps. Provides metaprogramming methods to inject StatsD instrumentation into your code
Описание:

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.

Текущий майнтейнер: Ruby Maintainers Team

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • gem-statsd-instrument-doc
  • gem-statsd-instrument
  • gem-statsd-instrument-devel
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin