Enumeration Caseswift-statsd-client 1.1.0StatsdClient
shared(_:)
StatsdClient.swift:151case shared(EventLoopGroup)
case shared(EventLoopGroup)
s12StatsdClientAAC22EventLoopGroupProviderO6sharedyAD7NIOCore0cdE0_pcADmF
What are these?65DPW
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.
protocol EventLoopGroup : AnyObject, _NIOPreconcurrencySendable
Provides an endless stream of EventLoop
s to use.
case createNew