Skip to content

Commit bd1b935

Browse files
authored
Make MetricsFactory Sendable (#116)
1 parent 53be786 commit bd1b935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CoreMetrics/Metrics.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ public enum MetricsSystem {
555555
/// While some libraries may not need to implement this destroying as they may be stateless or similar,
556556
/// libraries using the metrics API should always assume a library WILL make use of this signal, and shall not
557557
/// neglect calling these methods when appropriate.
558-
public protocol MetricsFactory {
558+
public protocol MetricsFactory: _SwiftMetricsSendableProtocol {
559559
/// Create a backing `CounterHandler`.
560560
///
561561
/// - parameters:

0 commit comments

Comments
 (0)