swift-server / swift-prometheus

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

Fix: MetricSystem => MetricsSystem #108

Closed yeahdongcn closed 9 months ago

yeahdongcn commented 9 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.