mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 12:31:07 +01:00
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:
parent
d7224b2d1c
commit
47e7ad2e01
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user