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/refguide/runtime/tracing-in-runtime.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,20 @@ description: "Describes how to setup and use tracing in the Mendix Runtime."
7
7
## Introduction
8
8
9
9
Mendix supports tracing via OpenTelemetry. When tracing is enabled, the runtime generates traces that help you analyze errors and performance.
10
-
These traces can be sent to observability tools like [Jaeger](https://www.jaegertracing.io/) or [Datadog](https://www.datadoghq.com/).
10
+
11
+
Tracing provides a deep insight into applications' performance and stability by collecting and analyzing runtime data during operation. It offers these key benefits:
12
+
13
+
* End‑to‑end request visibility – tracing can follow a single request across all involved services.
14
+
* Clear causality and root‑cause analysis – traces show exactly where an issue occurred and how it propagated.
15
+
* Precise latency attribution – tracing pinpoints which operation or dependency affected response times the most.
16
+
* Correlation across telemetry signals – traces can be correlated with logs and metrics for holistic performance and error analysis.
17
+
* Vendor‑neutral, future‑proof instrumentation – OpenTelemetry is an open industry standard and best practice.
18
+
19
+
Tracing is an important tool for maintaining critical applications, ensuring application performance, and troubleshooting issues with applications in production.
20
+
21
+
## Prerequisites
22
+
23
+
To view these traces, you will need an observability tool such as [Jaeger](https://www.jaegertracing.io/) or [Datadog](https://www.datadoghq.com/).
11
24
12
25
{{% alert color="warning" %}}
13
26
Tracing is currently supported only via [Datadog integration](/developerportal/operate/datadog-metrics/) on Mendix Cloud.
0 commit comments