mirror of
https://github.com/google/nomulus
synced 2026-09-05 15:46:55 +00:00
Wire in MetricReporter into the backend servlet to publish metrics
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=130468842
This commit is contained in:
@@ -81,7 +81,6 @@ public final class MetricRegistryImpl implements MetricRegistry {
|
||||
String description,
|
||||
String valueDisplayName,
|
||||
ImmutableSet<LabelDescriptor> labels) {
|
||||
|
||||
Counter metric = new Counter(name, description, valueDisplayName, labels);
|
||||
registerMetric(name, metric);
|
||||
logger.info("Registered new counter: " + name);
|
||||
|
||||
Reference in New Issue
Block a user