From 78c2af15478ea47e436ed58f0db827e5f37ba26d Mon Sep 17 00:00:00 2001 From: Ilya Mashchenko Date: Mon, 20 Dec 2021 16:21:01 +0300 Subject: fix(docs): unresolved file references (#11903) --- backends/WALKTHROUGH.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backends/WALKTHROUGH.md') diff --git a/backends/WALKTHROUGH.md b/backends/WALKTHROUGH.md index 12eea2ee1a..bb38e7c1c6 100644 --- a/backends/WALKTHROUGH.md +++ b/backends/WALKTHROUGH.md @@ -62,7 +62,7 @@ command to run (/bin/bash) and then chooses the base container images (centos:la sitting inside the shell of the container. After we have entered the shell we can install Netdata. This process could not be easier. If you take a look at [this -link](../packaging/installer/README.md), the Netdata devs give us several one-liners to install Netdata. I have not had +link](/packaging/installer/README.md), the Netdata devs give us several one-liners to install Netdata. I have not had any issues with these one liners and their bootstrapping scripts so far (If you guys run into anything do share). Run the following command in your container. @@ -214,7 +214,7 @@ the `chart` dimension. If you’d like you can combine the ‘chart’ and ‘in Let’s give this a try: `netdata_system_cpu_percentage_average{chart="system.cpu", instance="netdata:19999"}` This is the basics of using Prometheus to query Netdata. I’d advise everyone at this point to read [this -page](../backends/prometheus/#using-netdata-with-prometheus). The key point here is that Netdata can export metrics from +page](/backends/prometheus/README.md#using-netdata-with-prometheus). The key point here is that Netdata can export metrics from its internal DB or can send metrics “as-collected” by specifying the ‘source=as-collected’ url parameter like so. If you choose to use this method you will need to use Prometheus's set of functions here: to -- cgit v1.2.3