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.
1 parent d2e6ee5 commit 2e26b74Copy full SHA for 2e26b74
README.md
@@ -22,7 +22,7 @@ or other such metric system agnostic metrics additions–such additions are perf
22
To add a dependency on the extras package, you need to declare it in your `Package.swift`:
23
24
```swift
25
-.package(url: "https://github.com/apple/swift-metrics-metrics.git", "1.0.0" ..< "3.0.0"),
+.package(url: "https://github.com/apple/swift-metrics-extras.git", "1.0.0" ..< "2.0.0"),
26
```
27
28
and to your application/library target, add the specific module you would like to depend on to your dependencies:
@@ -90,4 +90,4 @@ This allows end users to add System Metrics like this:
90
91
92
MetricsSystem.bootstrapWithSystemMetrics(myPrometheusInstance, config: .prometheus)
93
-```
+```
0 commit comments