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: content/en/docs/topics/monitoring-your-app.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,14 +17,16 @@ Please ensure you have the following tools installed before continuing:
17
17
## About OpenTelemetry Collector
18
18
19
19
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.
21
22
22
23
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.
23
24
24
25
## About Jaeger
25
26
26
27
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
28
30
29
31
Here, we have the OpenTelemetry collector send the trace data to Jaeger.
30
32
@@ -150,4 +152,4 @@ To view the traces in Jaeger, use the following port-forward command:
150
152
kubectl port-forward svc/jaeger-query 16686:16686
151
153
```
152
154
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