You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/Prometheus/Docs.docc/index.md
+49-20Lines changed: 49 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,17 @@ A prometheus client library for Swift.
4
4
5
5
## Overview
6
6
7
-
``Prometheus`` supports creating ``Counter``s, ``Gauge``s and ``Histogram``s and exporting their
8
-
values in the Prometheus text format.
7
+
``Prometheus`` supports creating ``Counter``s, ``Gauge``s and ``Histogram``s, updating metric values, and exposing their values in the Prometheus text format.
9
8
10
-
``Prometheus`` integrates with [Swift Metrics](doc:swift-metrics).
9
+
#### Key Features
11
10
12
-
For general advice on how to use `Prometheus` make sure to also read the [Prometheus documentation][prometheus-docs].
11
+
-*Standards Compliant*: Follows Prometheus naming conventions and exposition formats, enforces base guarantees.
12
+
-*Type Safe*: Prevents common configuration errors through Swift's type system.
13
+
-*Thread Safe*: Operations use internal locking and conform to `Sendable`.
0 commit comments