mirror of
https://github.com/google/nomulus.git
synced 2025-05-04 22:17:51 +02:00
This CL also adds IncrementableMetric#reset() methods to allow resetting the value and start timestamp of IncrementableMetrics. This is necessary because some backends, like Stackdriver, use non-monotonic changes in cumulative metric values to detect timeseries restarts. Tracking and re-setting the start timestamp allows users to track mostly monotonic metrics which may have non-monotonic discontinuities. See https://cloud.google.com/monitoring/api/ref_v3/rest/v3/TimeSeries#Point for more details. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=130795229 |
||
---|---|---|
.. | ||
AbstractMetric.java | ||
BUILD | ||
Counter.java | ||
IncrementableMetric.java | ||
LabelDescriptor.java | ||
Metric.java | ||
MetricExporter.java | ||
MetricMetrics.java | ||
MetricPoint.java | ||
MetricRegistry.java | ||
MetricRegistryImpl.java | ||
MetricReporter.java | ||
MetricSchema.java | ||
MetricWriter.java | ||
package-info.java | ||
SettableMetric.java | ||
StackdriverWriter.java | ||
StoredMetric.java | ||
VirtualMetric.java |