Skip to content

Commit 3219c4a

Browse files
Fix netdata broken links in es page (#1369)
1 parent 9fefc0a commit 3219c4a

File tree

1 file changed

+3
-3
lines changed
  • src/data/markdown/translated-guides/es/04 Results visualization

1 file changed

+3
-3
lines changed

src/data/markdown/translated-guides/es/04 Results visualization/08 Netdata.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Alternatively, you can read more about installing and running Netdata in our [do
1919

2020
## Setup Netdata for K6
2121

22-
Netdata runs a fully functional [StatsD](https://learn.netdata.cloud/docs/agent/collectors/statsd.plugin) server by default and we have included a default configuration file for k6 metrics.
22+
Netdata runs a fully functional [StatsD](https://github.com/netdata/netdata/blob/master/collectors/statsd.plugin/README.md) server by default and we have included a default configuration file for k6 metrics.
2323

2424
## Run the k6 test
2525

@@ -28,12 +28,12 @@ k6 run --out output-statsd script.js
2828
```
2929

3030
**Caveat**: By default, Netdata binds the StatsD server to `localhost`. That means that if Netdata and K6 are in different hosts, you will need to edit the configuration file of Netdata.
31-
1. Visit [StatsD documentation](https://learn.netdata.cloud/docs/agent/collectors/statsd.plugin) for a reference on the configuration options. We are interested in `#bind to` option.
31+
1. Visit [StatsD documentation](https://github.com/netdata/netdata/blob/master/collectors/statsd.plugin/README.md) for a reference on the configuration options. We are interested in `#bind to` option.
3232
2. Use `sudo ./edit-config netdata.conf` from inside the directory where Netdata stores it's configuration files (e.g `/etc/netdata/`) and add `bind to=udp:0.0.0.0:8125`.
3333

3434
## Visualize in Netdata
3535

36-
Netdata will automatically create charts for your application, as illustrated in the [documentation](https://learn.netdata.cloud/docs/agent/collectors/statsd.plugin/k6).
36+
Netdata will automatically create charts for your application, as illustrated in the [documentation](https://github.com/netdata/netdata/blob/master/collectors/statsd.plugin/k6.md).
3737

3838
Simply head over to `localhost:19999` (assuming that you are running Netdata on the same machine) and find the K6 section. If you had opened Netdata before running the experiment, you will need to refresh the dashboard page.
3939

0 commit comments

Comments
 (0)