# Generated by go2rpm # Tests fails in Mock %bcond_with check # https://github.com/spacejam/loghisto %global goipath github.com/spacejam/loghisto %global commit ca67f4ecfdd38b57e4904162d3fef74f381632f6 %gometa %global common_description %{expand: A metric system for high performance counters and histograms. Unlike popular metric systems today, this does not destroy the accuracy of histograms by sampling. Instead, a logarithmic bucketing function compresses values, generally within 1% of their true value (although between 0 and 1 the precision loss may not be within this boundary). This allows for extreme compression, which allows us to calculate arbitrarily high percentiles with no loss of accuracy - just a small amount of precision. This is particularly useful for highly-clustered events that are tolerant of a small precision loss, but for which you REALLY care about what the tail looks like, such as measuring latency across a distributed system. Copied out of my work for the CockroachDB metrics system. Based on an algorithm created by Keith Frost.} %global golicenses LICENSE %global godocs readme.md Name: %{goname} Version: 0 Release: 0.9%{?dist} Summary: Counters and logarithmically bucketed histograms for distributed systems # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/golang/glog) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Fri May 24 18:27:04 CEST 2019 Robert-André Mauchin - 0-0.9.20190524gitca67f4e - Bump to commit ca67f4ecfdd38b57e4904162d3fef74f381632f6 * Fri Feb 01 2019 Fedora Release Engineering - 0-0.8.git3233097 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering - 0-0.7.git3233097 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering - 0-0.6.git3233097 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Aug 02 2017 Fedora Release Engineering - 0-0.5.git3233097 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 0-0.4.git3233097 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering - 0-0.3.git3233097 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Jul 21 2016 Fedora Release Engineering - 0-0.2.git3233097 - https://fedoraproject.org/wiki/Changes/golang1.7 * Mon Mar 21 2016 jchaloup - 0-0.1.git3233097 - First package for Fedora resolves: #1319730