You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/data/markdown/translated-guides/es/04 Results visualization/08 Netdata.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Alternatively, you can read more about installing and running Netdata in our [do
19
19
20
20
## Setup Netdata for K6
21
21
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.
23
23
24
24
## Run the k6 test
25
25
@@ -28,12 +28,12 @@ k6 run --out output-statsd script.js
28
28
```
29
29
30
30
**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.
32
32
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`.
33
33
34
34
## Visualize in Netdata
35
35
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).
37
37
38
38
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.
0 commit comments