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 Aliaksandr Valialkin
parent fdb6eb1071
commit f410520cfa
No known key found for this signature in database
GPG key ID: 52C003EE2BCDB9EB
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