We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
MetricsFactory
1 parent 53be786 commit bd1b935Copy full SHA for bd1b935
Sources/CoreMetrics/Metrics.swift
@@ -555,7 +555,7 @@ public enum MetricsSystem {
555
/// While some libraries may not need to implement this destroying as they may be stateless or similar,
556
/// libraries using the metrics API should always assume a library WILL make use of this signal, and shall not
557
/// neglect calling these methods when appropriate.
558
-public protocol MetricsFactory {
+public protocol MetricsFactory: _SwiftMetricsSendableProtocol {
559
/// Create a backing `CounterHandler`.
560
///
561
/// - parameters:
0 commit comments