Skip to content

Commit 6f6e76e

Browse files
authored
Revert "adopt SSWG security guidelines (#31)" (#32)
This reverts commit e8ed8cc.
1 parent e8ed8cc commit 6f6e76e

File tree

2 files changed

+2
-50
lines changed

2 files changed

+2
-50
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ a metrics backend for [swift-metrics](https://github.com/apple/swift-metrics) th
99
* [graphite](https://graphiteapp.org)
1010
* many others
1111

12-
## Getting started
12+
## getting started
1313

1414
create an instance of the `StatsdClient` and boostrap the `MertricsSystem` in your application's main:
1515

@@ -27,7 +27,7 @@ statsdClient.shutdown()
2727
```
2828

2929

30-
## Architecture
30+
## architecture
3131

3232
the statsd client uses [swift-nio](https://github.com/apple/swift-nio) to establish a UDP connection to the statsd server
3333

@@ -36,8 +36,3 @@ metrics types are mapped as follwoing:
3636
* Gauge -> Gauge
3737
* Recorder -> Histogram
3838
* Timer -> Timer
39-
40-
41-
## Security
42-
43-
Please see [SECURITY.md](SECURITY.md) for details on the security process.

SECURITY.md

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)