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: README.md
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,20 +39,20 @@ or
39
39
Official documentation for the library can be found in the official opentelemetry [documentation page](https://opentelemetry.io/docs/instrumentation/swift/), including:
40
40
41
41
* Documentation about installation and [manual instrumentation](https://opentelemetry.io/docs/instrumentation/swift/manual/)
42
-
42
+
43
43
*[Libraries](https://opentelemetry.io/docs/instrumentation/swift/libraries/) that provide automatic instrumentation
44
44
45
45
## Current status
46
46
47
47
### API and SDK
48
48
49
-
Tracing and Baggage should be considered stable
49
+
Tracing and Baggage are considered stable
50
50
51
-
Metrics is implemented using an outdated spec, is fully functional but will change in the future
51
+
Logs are considered beta quality
52
52
53
-
Logs are currently in development
53
+
Metrics is implemented using an outdated spec, is fully functional but will change in the future
54
54
55
-
### Supported exporters, importers and instrumentation libraries
55
+
### Supported exportersand importers
56
56
57
57
#### Traces
58
58
* Exporters: Stdout, Jaeger, Zipkin, Datadog and OpenTelemetry (OTLP) collector
@@ -62,7 +62,12 @@ Logs are currently in development
62
62
* Exporters: Prometheus, Datadog, and OpenTelemetry (OTLP) collector
63
63
* Importers: SwiftMetricsShim
64
64
65
-
#### Instrumentation libraries
65
+
#### Logs
66
+
* Exporters: OpenTelemetry (OTLP) collector
67
+
68
+
> **_NOTE:_** OTLP exporters are supported both in GRPC and HTTP/JSON, only GRPC is production ready, HTTP/JSON is still experimental
69
+
70
+
### Instrumentation libraries
66
71
* URLSession
67
72
* NetworkStatus
68
73
* SDKResourceExtension
@@ -79,5 +84,3 @@ The package includes some example projects with basic functionality:
79
84
-`Simple Exporter` - Shows the Jaeger an Stdout exporters in action using a MultiSpanExporter. Can be easily modified for other exporters
80
85
-`Prometheus Sample` - Shows the Prometheus exporter reporting metrics to a Prometheus instance
81
86
-`OTLP Exporter` - Shows the OTLP exporter reporting traces to Zipkin and metrics to a Prometheus via the otel-collector
0 commit comments