LabeledCounterProtocol
public protocol LabeledCounterProtocol : AnyObject, Sendable
Undocumented
-
Undocumented
Declaration
Swift
func get(_ label: String) -> CounterMetric
-
Undocumented
Declaration
Swift
func testGetNumRecordedErrors(_ error: ErrorType) -> Int32
-
Undocumented
Declaration
Swift
func testGetValue(_ pingName: String?) -> [String : Int32]?