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