Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37710127
en ru br
ALT Linux repositórios
S:3.1.1-alt1

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

%define        gemname statsd-instrument

Name:          gem-statsd-instrument
Version:       3.1.1
Release:       alt1
Summary:       A StatsD client for Ruby apps. Provides metaprogramming methods to inject StatsD instrumentation into your code
License:       MIT
Group:         Development/Ruby
Url:           http://shopify.github.io/statsd-instrument/
Vcs:           https://github.com/shopify/statsd-instrument.git
Packager:      Ruby Maintainers Team <ruby at packages.altlinux.org>
BuildArch:     noarch

Source:        %name-%version.tar
BuildRequires(pre): rpm-build-ruby
BuildRequires: gem(concurrent-ruby) >= 0

%add_findreq_skiplist %ruby_gemslibdir/**/*
%add_findprov_skiplist %ruby_gemslibdir/**/*
Provides:      gem(statsd-instrument) = 3.1.1


%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.


%package       -n gem-statsd-instrument-doc
Version:       3.1.1
Release:       alt1
Summary:       A StatsD client for Ruby apps. Provides metaprogramming methods to inject StatsD instrumentation into your code documentation files
Summary(ru_RU.UTF-8): Файлы сведений для самоцвета statsd-instrument
Group:         Development/Documentation
BuildArch:     noarch

Requires:      gem(statsd-instrument) = 3.1.1

%description   -n gem-statsd-instrument-doc
A StatsD client for Ruby apps. Provides metaprogramming methods to inject StatsD
instrumentation into your code documentation files.

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.

%description   -n gem-statsd-instrument-doc -l ru_RU.UTF-8
Файлы сведений для самоцвета statsd-instrument.


%package       -n gem-statsd-instrument-devel
Version:       3.1.1
Release:       alt1
Summary:       A StatsD client for Ruby apps. Provides metaprogramming methods to inject StatsD instrumentation into your code development package
Summary(ru_RU.UTF-8): Файлы для разработки самоцвета statsd-instrument
Group:         Development/Ruby
BuildArch:     noarch

Requires:      gem(statsd-instrument) = 3.1.1
Requires:      gem(concurrent-ruby) >= 0

%description   -n gem-statsd-instrument-devel
A StatsD client for Ruby apps. Provides metaprogramming methods to inject StatsD
instrumentation into your code development package.

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.

%description   -n gem-statsd-instrument-devel -l ru_RU.UTF-8
Файлы для разработки самоцвета statsd-instrument.


%prep
%setup

%build
%ruby_build

%install
%ruby_install

%check
%ruby_test

%files
%doc README.md
%ruby_gemspec
%ruby_gemlibdir

%files         -n gem-statsd-instrument-doc
%doc README.md
%ruby_gemdocdir

%files         -n gem-statsd-instrument-devel
%doc README.md


%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009