Skip to content

Commit c348bd2

Browse files
committed
cleaned up typos
1 parent f21b9e1 commit c348bd2

File tree

4 files changed

+1
-36
lines changed

4 files changed

+1
-36
lines changed

Examples/OTLP Exporter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This example shows how to use [OTLP Exporter](https://github.com/open-telemetry/opentelemetry-swift/tree/main/Sources/Exporters/OpenTelemetryProtocol) to instrument a simple Swift application.
44

5-
This example will export spans data simultaneously using [OTLP Exporter ](https://github.com/open-telemetry/opentelemetry-swift/tree/main/Sources/Exporters/OpenTelemetryProtocol)) and grpc. It will use [proto format](https://github.com/open-telemetry/opentelemetry-proto).
5+
This example will export spans data simultaneously using [OTLP Exporter ](https://github.com/open-telemetry/opentelemetry-swift/tree/main/Sources/Exporters/OpenTelemetryProtocol) and grpc. It will use [proto format](https://github.com/open-telemetry/opentelemetry-proto).
66

77

88
## Run the Application

Examples/OTLP Exporter/collector-config copy.yaml

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

Examples/OTLP Exporter/collector-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ exporters:
1414
endpoint: "http://zipkin-all-in-one:9411/api/v2/spans"
1515
prometheus:
1616
endpoint: "0.0.0.0:9464"
17-
1817

1918
processors:
2019
resource:

Examples/OTLP Exporter/prometheus.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ scrape_configs:
77
# scheme defaults to 'http'.
88
static_configs:
99
- targets: ['collector:9464']
10-
- targets: ['collector:9184']

0 commit comments

Comments
 (0)