Skip to content

Commit 5a9e01c

Browse files
fuzz
Signed-off-by: Adrian Cole <adrian@tetrate.io>
1 parent 814aa37 commit 5a9e01c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

documentation/docs/guides/config-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ GOOSE_SEARCH_PATHS:
9898

9999
# Observability (OpenTelemetry)
100100
# Prefer ENV, which overrides this configuration and fully supports
101-
# Otel semantics. See the environment-variables guide for details.
101+
# OTel semantics. See the environment-variables guide for details.
102102
OTEL_EXPORTER_OTLP_ENDPOINT: "http://localhost:4318"
103103
OTEL_EXPORTER_OTLP_TIMEOUT: 20000
104104

documentation/docs/guides/environment-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ Configure goose to export traces, metrics, and logs to any
444444
[OpenTelemetry](https://opentelemetry.io/docs/) compatible platform.
445445
When configured, goose exports telemetry asynchronously and flushes on exit.
446446

447-
Goose respects standard [OTel SDK environment variables][otel-env]. The
447+
goose respects standard [OTel SDK environment variables][otel-env]. The
448448
simplest way to enable export is to set a collector endpoint:
449449

450450
```bash

0 commit comments

Comments
 (0)