Skip to content

Commit 5807360

Browse files
author
Ignacio Bonafonte
committed
Deleted superfluous info, it was directly copied from the PR, but it doesn't make sense here
1 parent 7332e4c commit 5807360

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Sources/Importers/SwiftMetricsShim/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,3 @@ let meter: Meter = // ... Your existing code to create a meter
99
let metrics = OpenTelemetrySwiftMetrics(meter: meter)
1010
MetricsSystem.bootstrap(metrics)
1111
```
12-
13-
If this is adopted, we may wish to add OpenTelemetry to the README of their package alongside SwiftPrometheus and StatsD. That would be a PR on their repo.
14-
15-
Tried to follow similar patterns to other products, but let me know if you need things changing!
16-
17-
Potentially this could be renamed/re-homed to an "Importers" directory to follow more closely with the "Exporters" systems. This would demonstrate a clear route forward for future bridges such as a swift-log product once we add support for logs.

0 commit comments

Comments
 (0)