mirror of
https://github.com/google/nomulus.git
synced 2025-05-05 14:37:52 +02:00
We want to know how long it's actually taking to process asynchronous contact/host deletions and DNS refreshes on host renames. This adds instrumentation. Five metrics are recorded as follows: * An incrementable metric for each async task processed (split out by type of task and result). * Two event metrics for processing time between when a task is enqueued and when it is processed -- tracked separately for contact/host deletion and DNS refresh on host rename. * Two event metrics for batch size every time the two mapreduces are run (this is usually 0). Tracked separately for contact/host deletion and DNS refresh on host rename. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=157001310 |
||
---|---|---|
.. | ||
contrib | ||
stackdriver | ||
AbstractMetric.java | ||
BUILD | ||
Counter.java | ||
CustomFitter.java | ||
Distribution.java | ||
DistributionFitter.java | ||
EventMetric.java | ||
ExponentialFitter.java | ||
FibonacciFitter.java | ||
ImmutableDistribution.java | ||
IncrementableMetric.java | ||
LabelDescriptor.java | ||
LinearFitter.java | ||
Metric.java | ||
MetricExporter.java | ||
MetricMetrics.java | ||
MetricPoint.java | ||
MetricRegistry.java | ||
MetricRegistryImpl.java | ||
MetricReporter.java | ||
MetricSchema.java | ||
MetricsUtils.java | ||
MetricWriter.java | ||
MutableDistribution.java | ||
package-info.java | ||
SettableMetric.java | ||
StoredMetric.java | ||
VirtualMetric.java |