Skip to content

Commit 5dc4ccb

Browse files
committed
Remove double quotes
Signed-off-by: Caleb Schoepp <[email protected]>
1 parent de863e8 commit 5dc4ccb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

content/en/docs/topics/monitoring-your-app.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,16 @@ Please ensure you have the following tools installed before continuing:
1717
## About OpenTelemetry Collector
1818

1919
From the OpenTelemetry [documentation](https://opentelemetry.io/docs/collector/):
20-
>> The OpenTelemetry Collector offers a vendor-agnostic implementation of how to receive, process and export telemetry data. It removes the need to run, operate, and maintain multiple agents/collectors. This works with improved scalability and supports open source observability data formats (e.g. Jaeger, Prometheus, Fluent Bit, etc.) sending to one or more open source or commercial backends.
20+
21+
> The OpenTelemetry Collector offers a vendor-agnostic implementation of how to receive, process and export telemetry data. It removes the need to run, operate, and maintain multiple agents/collectors. This works with improved scalability and supports open source observability data formats (e.g. Jaeger, Prometheus, Fluent Bit, etc.) sending to one or more open source or commercial backends.
2122
2223
In our case, the OpenTelemetry collector serves as a single endpoint to receive and route telemetry data, letting us to monitor metrics, traces, and logs via our preferred UIs.
2324

2425
## About Jaeger
2526

2627
From the Jaeger [documentation](https://www.jaegertracing.io/docs/):
27-
>> Jaeger is a distributed tracing platform released as open source by Uber Technologies. With Jaeger you can: Monitor and troubleshoot distributed workflows, Identify performance bottlenecks, Track down root causes, Analyze service dependencies
28+
29+
> Jaeger is a distributed tracing platform released as open source by Uber Technologies. With Jaeger you can: Monitor and troubleshoot distributed workflows, Identify performance bottlenecks, Track down root causes, Analyze service dependencies
2830
2931
Here, we have the OpenTelemetry collector send the trace data to Jaeger.
3032

@@ -150,4 +152,4 @@ To view the traces in Jaeger, use the following port-forward command:
150152
kubectl port-forward svc/jaeger-query 16686:16686
151153
```
152154

153-
Then, open your browser and navigate to `localhost:16686` to interact with Jaeger's UI.
155+
Then, open your browser and navigate to `localhost:16686` to interact with Jaeger's UI.

0 commit comments

Comments
 (0)