Skip to content

Commit 326fcdc

Browse files
committed
Proofread
1 parent a8fb3c8 commit 326fcdc

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,21 @@ 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. Tracing provides deep insight into applications performance and stability by collecting and analysing runtime data during operation. It offers these key benefits:
9+
Mendix supports tracing via OpenTelemetry. When tracing is enabled, the runtime generates traces that help you analyze errors and performance.
1010

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.
11+
Tracing provides a deep insight into applications' performance and stability by collecting and analysing runtime data during operation. It offers these key benefits:
1612

17-
Tracing is an important tool for maintaining critical applications, ensuring application performance, and troubleshooting issues with applications in production.
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.
1818

19+
Tracing is an important tool for maintaining critical applications, ensuring application performance, and troubleshooting issues with applications in production.
1920

2021
## Prerequisites
2122

22-
These traces can be sent to observability tools like [Jaeger](https://www.jaegertracing.io/) or [Datadog](https://www.datadoghq.com/).
23+
To view these traces, you will need an observability tool such as [Jaeger](https://www.jaegertracing.io/) or [Datadog](https://www.datadoghq.com/).
2324

2425
{{% alert color="warning" %}}
2526
Tracing is currently supported only via [Datadog integration](/developerportal/operate/datadog-metrics/) on Mendix Cloud.

0 commit comments

Comments
 (0)