mirror of
https://github.com/google/nomulus.git
synced 2025-05-15 08:57:12 +02:00
Fix visibility on MetricsReporter#startMetricExporter()
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=130576851
This commit is contained in:
parent
7a041d066f
commit
01e38790fd
1 changed files with 1 additions and 2 deletions
|
@ -161,8 +161,7 @@ public class MetricReporter extends AbstractScheduledService {
|
||||||
return executor;
|
return executor;
|
||||||
}
|
}
|
||||||
|
|
||||||
@VisibleForTesting
|
private void startMetricExporter() {
|
||||||
void startMetricExporter() {
|
|
||||||
// Services in the FAILED state must be reconstructed, they can't be started
|
// Services in the FAILED state must be reconstructed, they can't be started
|
||||||
if (metricExporter.state() == State.FAILED) {
|
if (metricExporter.state() == State.FAILED) {
|
||||||
logger.log(
|
logger.log(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue