mirror of
https://github.com/google/nomulus
synced 2026-01-05 04:56:03 +00:00
Fix visibility on MetricsReporter#startMetricExporter()
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=130576851
This commit is contained in:
@@ -161,8 +161,7 @@ public class MetricReporter extends AbstractScheduledService {
|
||||
return executor;
|
||||
}
|
||||
|
||||
@VisibleForTesting
|
||||
void startMetricExporter() {
|
||||
private void startMetricExporter() {
|
||||
// Services in the FAILED state must be reconstructed, they can't be started
|
||||
if (metricExporter.state() == State.FAILED) {
|
||||
logger.log(
|
||||
|
||||
Reference in New Issue
Block a user