Skip to content

Commit da1b649

Browse files
author
Ignacio Bonafonte
authored
Merge pull request #386 from nachoBonafonte/update-readme
2 parents f5644b3 + 8fc56e2 commit da1b649

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,20 +39,20 @@ or
3939
Official documentation for the library can be found in the official opentelemetry [documentation page](https://opentelemetry.io/docs/instrumentation/swift/), including:
4040

4141
* Documentation about installation and [manual instrumentation](https://opentelemetry.io/docs/instrumentation/swift/manual/)
42-
42+
4343
* [Libraries](https://opentelemetry.io/docs/instrumentation/swift/libraries/) that provide automatic instrumentation
4444

4545
## Current status
4646

4747
### API and SDK
4848

49-
Tracing and Baggage should be considered stable
49+
Tracing and Baggage are considered stable
5050

51-
Metrics is implemented using an outdated spec, is fully functional but will change in the future
51+
Logs are considered beta quality
5252

53-
Logs are currently in development
53+
Metrics is implemented using an outdated spec, is fully functional but will change in the future
5454

55-
### Supported exporters, importers and instrumentation libraries
55+
### Supported exporters and importers
5656

5757
#### Traces
5858
* Exporters: Stdout, Jaeger, Zipkin, Datadog and OpenTelemetry (OTLP) collector
@@ -62,7 +62,12 @@ Logs are currently in development
6262
* Exporters: Prometheus, Datadog, and OpenTelemetry (OTLP) collector
6363
* Importers: SwiftMetricsShim
6464

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
6671
* URLSession
6772
* NetworkStatus
6873
* SDKResourceExtension
@@ -79,5 +84,3 @@ The package includes some example projects with basic functionality:
7984
- `Simple Exporter` - Shows the Jaeger an Stdout exporters in action using a MultiSpanExporter. Can be easily modified for other exporters
8085
- `Prometheus Sample` - Shows the Prometheus exporter reporting metrics to a Prometheus instance
8186
- `OTLP Exporter` - Shows the OTLP exporter reporting traces to Zipkin and metrics to a Prometheus via the otel-collector
82-
83-

0 commit comments

Comments
 (0)