mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 08:27:14 +02:00
Fix typo
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=170487675
This commit is contained in:
parent
f70a7e6342
commit
ac0718079d
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ public interface IncrementableMetric extends Metric<Long> {
|
|||
* Increments a metric by 1 for the given label values.
|
||||
*
|
||||
* <p>Use this method rather than {@link IncrementableMetric#incrementBy(long, String...)} if the
|
||||
* increment value is zero, as it will be slightly more performant.
|
||||
* increment value is 1, as it will be slightly more performant.
|
||||
*
|
||||
* <p>If the metric is undefined for given label values, it will be incremented from zero.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue