summaryrefslogtreecommitdiffstats
path: root/exporting
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2021-12-20 16:21:01 +0300
committerGitHub <noreply@github.com>2021-12-20 16:21:01 +0300
commit78c2af15478ea47e436ed58f0db827e5f37ba26d (patch)
tree7afc25a81e33fff26aa844409d6bbb329ca106a0 /exporting
parent1246d721f4959e1d1af76011c3a39b1986ea6831 (diff)
fix(docs): unresolved file references (#11903)
Diffstat (limited to 'exporting')
-rw-r--r--exporting/WALKTHROUGH.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/exporting/WALKTHROUGH.md b/exporting/WALKTHROUGH.md
index 24afd20972..f0373c4540 100644
--- a/exporting/WALKTHROUGH.md
+++ b/exporting/WALKTHROUGH.md
@@ -216,7 +216,7 @@ the `chart` dimension. If you'd like you can combine the `chart` and `instance`
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](/exporting/prometheus/#using-netdata-with-prometheus). The key point here is that Netdata can export metrics from
+page](/exporting/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.
<http://localhost:19999/api/v1/allmetrics?format=prometheus&help=yes&types=yes&source=as-collected> If you choose to use
this method you will need to use Prometheus's set of functions here: <https://prometheus.io/docs/querying/functions/> to