Skip to content

Commit dc6b526

Browse files
authored
Merge pull request #10099 from emirmx/document-call-depth-loop-count-limit-options
Document new call depth and loop iteration limiting options for tracing
2 parents 06dda28 + b2a701f commit dc6b526

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ The Java Agent can be configured through system properties, which can be added t
5252
| `otel.exporter.otlp.traces.certificate` | The path to the file containing trusted certificates to use when verifying a trace server's TLS credentials. The file should contain one or more X.509 certificates in PEM format. | By default the host platform's trusted root certificates are used. |
5353
| `otel.exporter.otlp.traces.client.key` | The path to the file containing the private client key to use when verifying a trace client's TLS credentials. The file should contain one private key in PKCS8 PEM format. | By default no client key file is used. |
5454
| `otel.exporter.otlp.traces.client.certificate` | The path to the file containing trusted certificates to use when verifying a trace client's TLS credentials. The file should contain one or more X.509 certificates in PEM format. | By default no certificate file is used. |
55+
| `mendix.tracing.max.microflow.depth` | Specifies the maximum nesting level of microflow calls for which the system will generate tracing spans. *Introduced in Mendix 11.2.0*. | 10 |
56+
| `mendix.tracing.max.loop.iteration` | Defines the maximum number of loop iterations for which individual tracing spans will be generated within a single microflow loop. *Introduced in Mendix 11.2.0*. | 10 |
5557

5658
## Enabling Tracing for Deployed Applications
5759

@@ -93,4 +95,4 @@ docker run MyMendixApp \
9395

9496
{{% alert color="info" %}}
9597
Replace `MyServiceName` with a meaningful identifier for your service and `collector-host` and `port` with the host and port of your OpenTelemetry collector.
96-
{{% /alert %}}
98+
{{% /alert %}}

0 commit comments

Comments
 (0)