File tree Expand file tree Collapse file tree 2 files changed +2
-50
lines changed Expand file tree Collapse file tree 2 files changed +2
-50
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ a metrics backend for [swift-metrics](https://github.com/apple/swift-metrics) th
9
9
* [ graphite] ( https://graphiteapp.org )
10
10
* many others
11
11
12
- ## Getting started
12
+ ## getting started
13
13
14
14
create an instance of the ` StatsdClient ` and boostrap the ` MertricsSystem ` in your application's main:
15
15
@@ -27,7 +27,7 @@ statsdClient.shutdown()
27
27
```
28
28
29
29
30
- ## Architecture
30
+ ## architecture
31
31
32
32
the statsd client uses [ swift-nio] ( https://github.com/apple/swift-nio ) to establish a UDP connection to the statsd server
33
33
@@ -36,8 +36,3 @@ metrics types are mapped as follwoing:
36
36
* Gauge -> Gauge
37
37
* Recorder -> Histogram
38
38
* Timer -> Timer
39
-
40
-
41
- ## Security
42
-
43
- Please see [ SECURITY.md] ( SECURITY.md ) for details on the security process.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments