Skip to content

Commit a8fb3c8

Browse files
authored
Enhance tracing introduction with key benefits
Expanded the introduction section to include key benefits of tracing, emphasizing its importance for application performance and troubleshooting.
1 parent 39c44e6 commit a8fb3c8

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

content/en/docs/refguide/runtime/tracing-in-runtime.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,19 @@ description: "Describes how to setup and use tracing in the Mendix Runtime."
66

77
## Introduction
88

9-
Mendix supports tracing via OpenTelemetry. When tracing is enabled, the runtime generates traces that help you analyze errors and performance.
9+
Mendix supports tracing via OpenTelemetry. When tracing is enabled, the runtime generates traces that help you analyze errors and performance. Tracing provides deep insight into applications performance and stability by collecting and analysing runtime data during operation. It offers these key benefits:
10+
11+
* **End‑to‑end request visibility**: Tracing can follow a single request across all involved services.
12+
* **Clear causality and root‑cause analysis**: Traces show exactly where an issue occurred and how it propagated.
13+
* **Precise latency attribution**: Tracing pinpoints which operation or dependency affected response times the most.
14+
* **Correlation across telemetry signals**: Traces can be correlated with logs and metrics for a holistic performance and error analysis.
15+
* **Vendor‑neutral, future‑proof instrumentation**: OpenTelemetry is an open industry standard and best practice.
16+
17+
Tracing is an important tool for maintaining critical applications, ensuring application performance, and troubleshooting issues with applications in production.
18+
19+
20+
## Prerequisites
21+
1022
These traces can be sent to observability tools like [Jaeger](https://www.jaegertracing.io/) or [Datadog](https://www.datadoghq.com/).
1123

1224
{{% alert color="warning" %}}

0 commit comments

Comments
 (0)