google-nomulus/javatests/google/registry/monitoring/metrics
mcilwain 1adeb57fea Add a Fibonacci fitter for metrics bucketing
A Fibonacci fitter is useful in situations where you want more precision on the
low end than an ExponentialFitter with exponent base 2 provides without the
hassle of dealing with non-integer boundaries, such as would be created by an
exponential fitter with a base of less than 2. Fibonacci fitters are ideal for
integer metrics that are bounded across a certain range, e.g. integers between 1
and 1,000.

This also cleans up some unit test comments.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=156773367
2017-05-23 17:22:49 -04:00
..
contrib Add monitoring/metrics/contrib package to Nomulus release 2017-03-21 14:59:31 -04:00
example Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
stackdriver Re-add some accidentally removed license headers 2017-02-06 16:45:23 -05:00
BUILD Refactor Stackdriver-over-REST specific code to a different package 2017-01-30 15:03:53 -05:00
CounterTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
CustomFitterTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
EventMetricTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ExponentialFitterTest.java Add a Fibonacci fitter for metrics bucketing 2017-05-23 17:22:49 -04:00
FibonacciFitterTest.java Add a Fibonacci fitter for metrics bucketing 2017-05-23 17:22:49 -04:00
LabelDescriptorTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
LinearFitterTest.java Add a Fibonacci fitter for metrics bucketing 2017-05-23 17:22:49 -04:00
MetricExporterTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
MetricRegistryImplTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
MetricReporterTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
MetricSchemaTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
MutableDistributionTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
StoredMetricTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
VirtualMetricTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00