Skip to content

Commit 54cea1f

Browse files
committed
Update Tracing in Runtime - 10.24 version
1 parent ed8074c commit 54cea1f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

content/en/docs/refguide10/modeling/app-explorer/app/app-settings/configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ A configuration contains the following:
2626
* [Constants tab](#constants)
2727
* [Custom tab](#custom)
2828
* [Headers tab](#headers)
29+
* [Tracing tab](/refguide10/tracing-in-runtime/#min-configuration)
2930

3031
### Database {#database}
3132

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,13 @@ Since Mendix 10.19.0,
2929

3030
### Minimal Configuration {#min-configuration}
3131

32-
#### Mendix 10.19.0 and Above
32+
In Mendix 10.24, tracing can be enabled from the `App Settings` -> `Configuration` dialog. In the `Tracing` tab you can enable tracing and specify an **Endpoint** and **Service Name**.
3333

34-
In Mendix 10.19 and above, tracing configuration is handled through the [OpenTelemetry Java Agent](https://opentelemetry.io/docs/zero-code/java/agent/). Use the following steps to set up a minimal tracing configuration:
34+
{{< figure src="/attachments/refguide10/runtime/tracing-in-runtime/tracing-configuration.png" >}}
35+
36+
#### Mendix 10.19.0 to 10.23.x {#min-configuration-pre-10-24}
37+
38+
Between Mendix 10.19 and 10.23.x, tracing configuration is handled through the [OpenTelemetry Java Agent](https://opentelemetry.io/docs/zero-code/java/agent/). Use the following steps to set up a minimal tracing configuration:
3539

3640
1. Download [opentelemetry-javaagent.jar](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/latest/download/opentelemetry-javaagent.jar) from the [OpenTelemetry Java Instrumentation release page](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases).
3741
1. In the [Server settings](/refguide10/configuration/#server) of Studio Pro, locate the field **Extra JVM parameters** and add the following:
71.8 KB
Loading

0 commit comments

Comments
 (0)