google-nomulus/java/google/registry/monitoring/metrics
shikhman e19546ffb4 Fix encoding error for Stackdriver metrics of cumulative points
The Stackdriver API requires that the end time always be greater than the start
time for cumulative metric points.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=134396192
2016-10-03 15:43:16 -04:00
..
AbstractMetric.java Add the EventMetric metric type 2016-09-07 12:01:58 -04:00
BUILD Add the Distribution data type for instrumentation 2016-09-07 11:54:26 -04:00
Counter.java Force endTimestamp to be strictly greater than or equal to startTimestamp 2016-09-07 12:09:23 -04:00
CustomFitter.java Add the Distribution data type for instrumentation 2016-09-07 11:54:26 -04:00
Distribution.java Add the Distribution data type for instrumentation 2016-09-07 11:54:26 -04:00
DistributionFitter.java Add the Distribution data type for instrumentation 2016-09-07 11:54:26 -04:00
EventMetric.java Add default DistributionFitter implementation to EventMetric 2016-09-07 12:20:46 -04:00
ExponentialFitter.java Add the Distribution data type for instrumentation 2016-09-07 11:54:26 -04:00
ImmutableDistribution.java Add the EventMetric metric type 2016-09-07 12:01:58 -04:00
IncrementableMetric.java Change to metrics to keep track of when the metric value was first set 2016-08-22 14:44:28 -04:00
LabelDescriptor.java Make Stackdriver tests conform to testing practices in rest of codebase 2016-08-26 09:45:10 -04:00
LinearFitter.java Add the Distribution data type for instrumentation 2016-09-07 11:54:26 -04:00
Metric.java Change to metrics to keep track of when the metric value was first set 2016-08-22 14:44:28 -04:00
MetricExporter.java Improve service handling and add unit tests for threading behavior in MetricExporter 2016-08-22 14:43:05 -04:00
MetricMetrics.java Add StackDriver implementation, in monitoring/metrics package 2016-08-15 17:12:35 -04:00
MetricPoint.java Factor out labelValue length check to abstract base class and small name fix 2016-09-02 13:47:21 -04:00
MetricRegistry.java Add method to create and register EventMetrics 2016-09-07 12:03:28 -04:00
MetricRegistryImpl.java Add method to create and register EventMetrics 2016-09-07 12:03:28 -04:00
MetricReporter.java Improve service handling and add unit tests for threading behavior in MetricExporter 2016-08-22 14:43:05 -04:00
MetricSchema.java Enforce very basic URL-like metric names 2016-08-22 14:11:58 -04:00
MetricsUtils.java Refactor ConcurrentHashMap creation code to a helper method 2016-09-07 12:06:26 -04:00
MetricWriter.java Add StackDriver implementation, in monitoring/metrics package 2016-08-15 17:12:35 -04:00
MutableDistribution.java Add the Distribution data type for instrumentation 2016-09-07 11:54:26 -04:00
package-info.java Add StackDriver implementation, in monitoring/metrics package 2016-08-15 17:12:35 -04:00
SettableMetric.java Add StackDriver implementation, in monitoring/metrics package 2016-08-15 17:12:35 -04:00
StackdriverWriter.java Fix encoding error for Stackdriver metrics of cumulative points 2016-10-03 15:43:16 -04:00
StoredMetric.java Factor out labelValue length check to abstract base class and small name fix 2016-09-02 13:47:21 -04:00
VirtualMetric.java Change to metrics to keep track of when the metric value was first set 2016-08-22 14:44:28 -04:00