Skip to content

Commit cf1eeeb

Browse files
committed
Respond to review.
1 parent f414fa9 commit cf1eeeb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ In Mendix 10.19 and above, tracing configuration is handled through the [OpenTel
4242
4343
1. Change `{/path/to/opentelemetry-javaagent.jar}` to the location where you stored the agent earlier and `{My App}` to the name under which you want your traces to appear.
4444
45-
This will enable Mendix related tracing, while silencing the tracing of internals. The traces will be sent to http://localhost:4317.
45+
This will enable Mendix related tracing, while silencing the tracing of internals. The traces will be sent to http://localhost:4317.
4646
4747
#### Mendix 10.18
4848
@@ -51,7 +51,7 @@ In Mendix 10.18, the minimal configuration to enable tracing is:
5151
* Set the `OpenTelemetry.Enabled` [runtime setting](/refguide/custom-settings/) to `true`
5252
* Set the `otel.service.name` runtime setting to a service name
5353
54-
This will enable tracing. The traces will be sent to http://localhost:4317.
54+
This will enable tracing. The traces will be sent to http://localhost:4317.
5555
5656
### Testing
5757
@@ -61,7 +61,7 @@ Alternatively you can set up the [OpenTelemetry collector](https://opentelemetry
6161
6262
### All settings
6363
64-
Below we list the ones that are supported by the Mendix runtime. See [Configure the SDK](https://opentelemetry.io/docs/languages/java/configuration/#environment-variables-and-system-properties) for a reference on the settings that are prefixed with `otel,`.
64+
Below we list the ones that are supported by the Mendix runtime. See [Configure the SDK](https://opentelemetry.io/docs/languages/java/configuration/#environment-variables-and-system-properties) for a reference on the settings that are prefixed with `otel.`.
6565
6666
In Mendix 10.19.0 and above, the Java Agent can be configured through system properties, which can be added to the **Extra JVM parameters** field (for example, `-Dotel.exporter.otlp.traces.endpoint`), or set through environment variables.
6767

0 commit comments

Comments
 (0)