Update Sources/CoreMetrics/Metrics.swift

Co-Authored-By: Joe Smith <yasumoto7@gmail.com>
This commit is contained in:
Konrad `ktoso` Malawski 2019-07-30 14:11:44 +09:00 committed by GitHub
parent 22dd2161da
commit 4cc286a726
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,7 @@ public class Recorder {
/// Record a value.
///
/// Recording a value is meant to have "set" semantics, rather than "add" semantics.
/// This means that the value of this `Recorder` will match whatever you pass in here.
/// Metrics implementations may choose to provide additional "add" or other operations meant to modify an existing value,
/// however the only operation required by this API is the ability to set a specific value.
///