You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/refguide/runtime/tracing-in-runtime.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,3 +52,5 @@ The Java Agent can be configured through system properties, which can be added t
52
52
|`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. |
53
53
|`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. |
54
54
|`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. | 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. | 10 |
0 commit comments