From 2aa9e6cb83ffba17efaf072f1ea1b88d8b46f27b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Novotn=C3=BD?= Date: Wed, 28 Feb 2024 11:32:13 +0100 Subject: [PATCH] doc(#484): disabling outdated example --- documentation/user/en/operate/monitor.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/documentation/user/en/operate/monitor.md b/documentation/user/en/operate/monitor.md index 8b9796690..e99f7765a 100644 --- a/documentation/user/en/operate/monitor.md +++ b/documentation/user/en/operate/monitor.md @@ -125,9 +125,10 @@ If you are using the Java remote client, you are suggested to provide the `clien for all requests. The `requestId` is then provided by wrapping your code in a lambda passed to `executeWithRequestId` method on evita_api/src/main/java/io/evitadb/api/EvitaSessionContract.java interface. - + [Provide the client and request ids to the server](/documentation/user/en/operate/example/call-server-with-ids.java) + If you use embedded variant of evitaDB server there is no sense to provide `clientId` since there is only one client. @@ -176,4 +177,4 @@ in [Logback](https://logback.qos.ch/index.html) this can be done using `%X{clien %d{HH:mm:ss.SSS} %-5level %logger{10} C:%X{clientId} R:%X{requestId} - %msg%n -``` \ No newline at end of file +```