init(label:dimensions:handler:)

Alternative way to create a new Counter, while providing an explicit CounterHandler.

Metrics.swift:42
init(label: String, dimensions: [(String, String)], handler: CounterHandler)

Parameters

label

The label for the Counter.

dimensions

The dimensions for the Counter.

handler

The custom backend.