From 64ce48bad98c4470248a87d82e249c758f10d198 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Tue, 16 Jan 2024 09:54:56 -0500 Subject: [PATCH] Make the linter happy --- content/en/docs/collector/quick-start.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/content/en/docs/collector/quick-start.md b/content/en/docs/collector/quick-start.md index 3a3d4e725dba..07cb204172fd 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 @@ -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 @@ -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]: