mirror of
https://github.com/google/nomulus
synced 2026-08-31 21:27:09 +00:00
Record a version of EPP metrics with TLD for domain commands
Also fixes the issue that dry run EPP commands were incorrectly being reported on. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=171062984
This commit is contained in:
@@ -68,6 +68,11 @@ public final class Counter extends AbstractMetric<Long>
|
||||
*/
|
||||
private final Striped<Lock> valueLocks = Striped.lock(DEFAULT_CONCURRENCY_LEVEL);
|
||||
|
||||
/**
|
||||
* Constructs a new Counter.
|
||||
*
|
||||
* <p>Note that the order of the labels is significant.
|
||||
*/
|
||||
Counter(
|
||||
String name,
|
||||
String description,
|
||||
|
||||
Reference in New Issue
Block a user