Skip to content

Commit

Permalink
Make the linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Jan 16, 2024
1 parent 4c5b836 commit fb0722f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/en/docs/collector/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ weight: 1
cSpell:ignore: gobin
---

<!-- markdownlint-disable ol-prefix -->

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
Expand All @@ -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
Expand Down

0 comments on commit fb0722f

Please sign in to comment.