swift-server / swift-prometheus

Prometheus client library for Swift
https://swiftpackageindex.com/swift-server/swift-prometheus
Apache License 2.0
142 stars 30 forks source link

Fix: MetricSystem => MetricsSystem #108

Closed yeahdongcn closed 7 months ago

yeahdongcn commented 7 months ago

When following the document to integrate with swift-prometheus, I found this issue:

Cannot find 'MetricSystem' in scope

By updating MetricSystem => MetricsSystem, this problem is fixed.