Skip to content

Update Tracing in Runtime - 10.24 version #9701

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ A configuration contains the following:
* [Constants tab](#constants)
* [Custom tab](#custom)
* [Headers tab](#headers)
* [Tracing tab](/refguide10/tracing-in-runtime/#min-configuration)

### Database {#database}

Expand Down
8 changes: 6 additions & 2 deletions content/en/docs/refguide10/runtime/tracing-in-runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,13 @@ Since Mendix 10.19.0,

### Minimal Configuration {#min-configuration}

#### Mendix 10.19.0 and Above
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**.

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:
{{< figure src="/attachments/refguide10/runtime/tracing-in-runtime/tracing-configuration.png" >}}

#### Mendix 10.19.0 to 10.23.x {#min-configuration-pre-10-24}

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:

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).
1. In the [Server settings](/refguide10/configuration/#server) of Studio Pro, locate the field **Extra JVM parameters** and add the following:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.