init(label:dimensions:aggregate:)

Create a new Recorder.

Metrics.swift:356
convenience init(label: String, dimensions: [(String, String)] = [], aggregate: Bool = true)

Parameters

label

The label for the Recorder.

dimensions

The dimensions for the Recorder.

aggregate

aggregate recorded values to produce statistics across a sample size