1
0

[MINOR] Improve description (#2113)

This commit is contained in:
dugenkui
2020-09-25 22:21:37 +08:00
committed by GitHub
parent 83d2e03cf7
commit 6837118c21
3 changed files with 6 additions and 5 deletions

View File

@@ -97,8 +97,7 @@ public class Metrics {
guage.setValue(value);
} catch (Exception e) {
// Here we catch all exception, so the major upsert pipeline will not be affected if the
// metrics system
// has some issues.
// metrics system has some issues.
LOG.error("Failed to send metrics: ", e);
}
}