init(label:dimensions:aggregate:handler:)
Alternative way to create a new Recorder
, while providing an explicit RecorderHandler
.
init(label: String, dimensions: [(String, String)], aggregate: Bool, handler: RecorderHandler)
Parameters
- label
The label for the
Recorder
.- dimensions
The dimensions for the
Recorder
.- aggregate
aggregate recorded values to produce statistics across a sample size
- handler
The custom backend.