docs: fix golangci-lint check (#6036)

Signed-off-by: hagen1778 <roman@victoriametrics.com>
Co-authored-by: hagen1778 <roman@victoriametrics.com>
This commit is contained in:
Hui Wang 2024-03-28 15:58:27 +08:00 committed by GitHub
parent d7224b2d1c
commit 47e7ad2e01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@ In our example, we'll create a WEB server in [Golang](https://go.dev/) and instr
### Building the Go application instrumented with metrics
See the full source code of the example [here](/guides/getting-started-with-opentelemetry-app.go).
See the full source code of the example [here](/guides/getting-started-with-opentelemetry-app.go.example).
The list of OpenTelemetry dependencies for `go.mod` is the following:
@ -244,7 +244,7 @@ func newMetricsController(ctx context.Context) (*controller.Controller, error) {
This controller will collect and push collected metrics to VictoriaMetrics address with interval of `10s`.
See the full source code of the example [here](/guides/getting-started-with-opentelemetry-app.go).
See the full source code of the example [here](/guides/getting-started-with-opentelemetry-app.go.example).
### Test metrics ingestion