Skip to content

Commit

Permalink
doc(#484): disabling outdated example
Browse files Browse the repository at this point in the history
  • Loading branch information
novoj committed Feb 28, 2024
1 parent cc42467 commit 2aa9e6c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions documentation/user/en/operate/monitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <SourceClass>evita_api/src/main/java/io/evitadb/api/EvitaSessionContract.java</SourceClass> interface.

<SourceCodeTabs langSpecificTabOnly local>
<SourceCodeTabs langSpecificTabOnly local ignoreTest>

[Provide the client and request ids to the server](/documentation/user/en/operate/example/call-server-with-ids.java)

</SourceCodeTabs>

If you use embedded variant of evitaDB server there is no sense to provide `clientId` since there is only one client.
Expand Down Expand Up @@ -176,4 +177,4 @@ in [Logback](https://logback.qos.ch/index.html) this can be done using `%X{clien
<encoder>
<pattern>%d{HH:mm:ss.SSS} %-5level %logger{10} C:%X{clientId} R:%X{requestId} - %msg%n</pattern>
</encoder>
```
```

0 comments on commit 2aa9e6c

Please sign in to comment.