Initializerswift-metrics 2.6.1CoreMetrics
init(label:dimensions:)
Create a new Gauge
.
convenience init(label: String, dimensions: [(String, String)] = [])
Parameters
- label
The label for the
Gauge
.- dimensions
The dimensions for the
Gauge
.
Create a new Gauge
.
convenience init(label: String, dimensions: [(String, String)] = [])
The label for the Gauge
.
The dimensions for the Gauge
.