Update Sources/CoreMetrics/Metrics.swift
Co-Authored-By: Joe Smith <yasumoto7@gmail.com>
This commit is contained in:
parent
22dd2161da
commit
4cc286a726
|
|
@ -137,6 +137,7 @@ public class Recorder {
|
||||||
/// Record a value.
|
/// Record a value.
|
||||||
///
|
///
|
||||||
/// Recording a value is meant to have "set" semantics, rather than "add" semantics.
|
/// 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,
|
/// 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.
|
/// however the only operation required by this API is the ability to set a specific value.
|
||||||
///
|
///
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue