Skip to content

Commit

Permalink
docs: DISABLE_OTEL
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovicm67 committed Nov 28, 2023
1 parent b99c248 commit 9fd3597
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/loud-files-live.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"fuseki-geosparql": minor
---

OpenTelemetry support can be disabled by configuring the `DISABLE_OTEL` environment variable to `false`.
OpenTelemetry support can be disabled by configuring the `DISABLE_OTEL` environment variable to `true`.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ It is possible to use the following environment variables for configuration:

- `ADMIN_PASSWORD` (default: `admin`), the password for the admin user
- `JAVA_OPTIONS` (default: `-Xmx2048m -Xms2048m`), allocate more resources by changing this values
- `DISABLE_OTEL` (default: `false`), disable OpenTelemetry support by setting this value to `true`

Feel free to edit the `config/config.ttl` file before building this image.
For information, this file will be mounted at the following path in the container: `/fuseki/config.ttl`.
Expand Down

0 comments on commit 9fd3597

Please sign in to comment.