Enumeration Caseswift-statsd-client 1.1.0StatsdClient
createNew
StatsdClient.swift:152case createNew
case createNew
s12StatsdClientAAC22EventLoopGroupProviderO9createNewyA2DmF
What are these?2WSRL
import StatsdClient
A metrics backend implementation using the StatsD protocol.
enum EventLoopGroupProvider
A EventLoopGroupProvider
defines how the underlying EventLoopGroup
used to create the EventLoop
is provided.
final class StatsdClient
StatsdClient
is a metrics backend for SwiftMetrics
, designed to integrate applications with observability servers that support statsd
protocol. The client uses SwiftNIO
to establish a UDP connection to the statsd
server.
case shared(EventLoopGroup)