diff --git a/content/en/docs/collector/quick-start.md b/content/en/docs/collector/quick-start.md index 3a3d4e725dba..98eb0c7d8c5b 100644 --- a/content/en/docs/collector/quick-start.md +++ b/content/en/docs/collector/quick-start.md @@ -7,6 +7,8 @@ weight: 1 cSpell:ignore: gobin --- + + The OpenTelemetry Collector receives [traces](/docs/concepts/signals/traces/), [metrics](/docs/concepts/signals/metrics/), and [logs](/docs/concepts/signals/logs/), processes the telemetry, and exports it to @@ -27,9 +29,11 @@ preferred shell. - [Go](https://go.dev/) 1.20 or higher - [`GOBIN` environment variable][gobin] is set; if not initialize it appropriately, for example[^1]: + ```sh export GOBIN=${GOBIN:-$(go env GOPATH)/bin} ``` + [gobin]: https://pkg.go.dev/cmd/go#hdr-Environment_variables [^1]: For more information, see