Skip to content

Commit 1b0bb20

Browse files
committed
[docs] Update few noticed things to README
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent c3ad099 commit 1b0bb20

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1736,6 +1736,21 @@ You can also refer to the below docker compose yaml files to be able to start a
17361736
* Dynamic Grid [v3 yaml file](docker-compose-v3-full-grid-tracing.yml)
17371737

17381738
You can view the [Jaeger UI](http://localhost:16686/) and trace your request.
1739+
1740+
By default, the tracing is enabled in Grid components. Without trace exporter endpoint, it will look up a local instance e.g. `localhost/[0:0:0:0:0:0:0:1]:4117`.
1741+
In container logs you can see few lines like below:
1742+
1743+
```bash
1744+
ERROR (ThrottlingLogger.dolog) Failed to export spans.
1745+
The request could not be executed. Error message: Failed to connect to localhost/[0:0:0:0:0:0:0:1]:4117
1746+
java.net.ConnectException: Failed to connect to localhost/[0:0:0:0:0:0:0:1]:4317
1747+
at okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.kt:297)
1748+
at okhttp3.internal.connection. ExchangeFinder.findConnection (Exchangefinder.kt: 226)
1749+
at okhttp3.internal.connection.okhttps.internal.connection.RealConnection.connect(RealConnection.kt:207)
1750+
```
1751+
1752+
In this case, just simply set `SE_ENABLE_TRACING=false` to all components container to disable tracing (each component exports its own traces).
1753+
17391754
___
17401755

17411756
## Troubleshooting
@@ -1769,7 +1784,11 @@ or
17691784

17701785
`Message: unknown error: Chrome failed to start: exited abnormally`
17711786

1772-
The reason _might_ be that you've set the `START_XVFB` environment variable to "false", but forgot to
1787+
or
1788+
1789+
` [DriverServiceSessionFactory.apply] - Error while creating session with the driver service. Stopping driver service: java.util.concurrent.TimeoutException`
1790+
1791+
The reason _might_ be that you've set the `SE_START_XVFB` environment variable to `false`, but forgot to
17731792
actually run Firefox, Chrome or Edge in headless mode.
17741793

17751794
### Mounting volumes to retrieve downloaded files

0 commit comments

Comments
 (0)