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/Importers/SwiftMetricsShim/README.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,3 @@ let meter: Meter = // ... Your existing code to create a meter
9
9
let metrics = OpenTelemetrySwiftMetrics(meter: meter)
10
10
MetricsSystem.bootstrap(metrics)
11
11
```
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