google-nomulus/java/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
stackdriver Re-add some accidentally removed license headers 2017-02-06 16:45:23 -05:00
AbstractMetric.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
BUILD Refactor Stackdriver-over-REST specific code to a different package 2017-01-30 15:03:53 -05:00
Counter.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
CustomFitter.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
Distribution.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
DistributionFitter.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
EventMetric.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ExponentialFitter.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
FibonacciFitter.java Add a Fibonacci fitter for metrics bucketing 2017-05-23 17:22:49 -04:00
ImmutableDistribution.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
IncrementableMetric.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
LabelDescriptor.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
LinearFitter.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
Metric.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
MetricExporter.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
MetricMetrics.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
MetricPoint.java Add Truth subjects for incrementable and event metrics 2017-03-07 13:46:38 -05:00
MetricRegistry.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
MetricRegistryImpl.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
MetricReporter.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
MetricSchema.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
MetricsUtils.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
MetricWriter.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
MutableDistribution.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
package-info.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
SettableMetric.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
StoredMetric.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
VirtualMetric.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00