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 64ce48b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 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 blanks-around-fences -->

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 @@ -30,10 +32,10 @@ preferred shell.
```sh
export GOBIN=${GOBIN:-$(go env GOPATH)/bin}
```
[gobin]: https://pkg.go.dev/cmd/go#hdr-Environment_variables
[^1]:
For more information, see
[Your first program](https://go.dev/doc/code#Command).

[^1]:
For more information, see
[Your first program](https://go.dev/doc/code#Command).

## Set up

Expand Down Expand Up @@ -134,6 +136,7 @@ to it. As next steps, consider doing the following:
- Learn how to
[build a custom Collector with the OpenTelemetry Collector Builder (OCB)](/docs/collector/custom-collector/).

[gobin]: https://pkg.go.dev/cmd/go#hdr-Environment_variables
[logs]: /docs/concepts/signals/logs/
[metrics]: /docs/concepts/signals/metrics/
[telemetrygen]:
Expand Down

0 comments on commit 64ce48b

Please sign in to comment.