Instance Methodswift-metrics 2.6.1CoreMetrics
makeFloatingPointCounter(label:dimensions:)
Metrics.swift:1103func makeFloatingPointCounter(label: String, dimensions: [(String, String)]) -> FloatingPointCounterHandler
func makeFloatingPointCounter(label: String, dimensions: [(String, String)]) -> FloatingPointCounterHandler
s11CoreMetrics09MultiplexB7HandlerC24makeFloatingPointCounter5label10dimensionsAA0fghD0_pSS_SaySS_SStGtF
What are these?4HRDS
import CoreMetrics
A Metrics API package for Swift.
final class MultiplexMetricsHandler
A pseudo-metrics handler that can be used to send messages to multiple other metrics handlers.
@frozen struct String
A Unicode string value that is a collection of characters.
protocol FloatingPointCounterHandler : AnyObject, _SwiftMetricsSendableProtocol
A FloatingPointCounterHandler
represents a backend implementation of a FloatingPointCounter
.
init(factories: [MetricsFactory])
func destroyCounter(_ handler: CounterHandler)
func destroyFloatingPointCounter(_ handler: FloatingPointCounterHandler)
func destroyMeter(_ handler: MeterHandler)
func destroyRecorder(_ handler: RecorderHandler)
func destroyTimer(_ handler: TimerHandler)
func makeCounter(label: String, dimensions: [(String, String)]) -> CounterHandler
func makeMeter(label: String, dimensions: [(String, String)]) -> MeterHandler
func makeRecorder(label: String, dimensions: [(String, String)], aggregate: Bool) -> RecorderHandler
func makeTimer(label: String, dimensions: [(String, String)]) -> TimerHandler