mirror of
https://github.com/google/nomulus
synced 2026-01-03 11:45:39 +00:00
Refactor EppMetrics into the EppMetric value type
This change refactors EppMetrics from the mutable self-exporting thing that it was into a real value type EppMetric, and delegates exporting functionality to the BigQueryMetricsEnqueuer. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=132387660
This commit is contained in:
@@ -648,7 +648,7 @@ public final class ConfigModule {
|
||||
}
|
||||
|
||||
/**
|
||||
* The reporting interval, for Metrics to be sent to a {@link
|
||||
* The reporting interval, for BigQueryMetricsEnqueuer to be sent to a {@link
|
||||
* google.registry.monitoring.metrics.MetricWriter}.
|
||||
*
|
||||
* @see google.registry.monitoring.metrics.MetricReporter
|
||||
|
||||
Reference in New Issue
Block a user