diff options
author | Alex <alex@adnab.me> | 2023-01-30 16:35:30 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2023-01-30 16:35:30 +0000 |
commit | 4cff37397f626ef063dad29e5b5e97ab1206015d (patch) | |
tree | 584005f176e3e535dd4e63ae766cffc9fb12b0f0 /doc/book/reference-manual/configuration.md | |
parent | a1005c26b638782df613a7a776e4dcb22ad34d08 (diff) | |
parent | 5f412abd4e0868ea11711f696c3eabe452db7560 (diff) | |
download | garage-4cff37397f626ef063dad29e5b5e97ab1206015d.tar.gz garage-4cff37397f626ef063dad29e5b5e97ab1206015d.zip |
Merge pull request 'Small doc corrections' (#489) from jpds/garage:doc-corrections into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/489
Diffstat (limited to 'doc/book/reference-manual/configuration.md')
-rw-r--r-- | doc/book/reference-manual/configuration.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/book/reference-manual/configuration.md b/doc/book/reference-manual/configuration.md index 353963ef..7a829836 100644 --- a/doc/book/reference-manual/configuration.md +++ b/doc/book/reference-manual/configuration.md @@ -429,6 +429,6 @@ You can use any random string for this value. We recommend generating a random t ### `trace_sink` -Optionnally, the address of an Opentelemetry collector. If specified, -Garage will send traces in the Opentelemetry format to this endpoint. These +Optionally, the address of an OpenTelemetry collector. If specified, +Garage will send traces in the OpenTelemetry format to this endpoint. These trace allow to inspect Garage's operation when it handles S3 API requests. |