summaryrefslogtreecommitdiffstats
path: root/docs/guides/step-by-step/step-09.md
diff options
context:
space:
mode:
authorFotis Voutsas <fotis@netdata.cloud>2023-02-08 19:48:19 +0200
committerGitHub <noreply@github.com>2023-02-08 09:48:19 -0800
commit2c60f324eea8970b25283c62acabaf9ae023dbff (patch)
treec781ea9b642c5b0afd4038109a56ad876fd97af5 /docs/guides/step-by-step/step-09.md
parent3f8806b3289489979880e799a2f45f18ffd34f8e (diff)
Add markdown files in Learn (#14466)
* add metadata for learn * first batch of adding metadata to md files * second batch of adding metadata to md files * third batch of adding metadata to md files * test one sidebar_label * add missing sidebar_labels * add missing sidebar_labels to files left behind * test, ansible doc is stubborn * fix * fix * fix * don't use questionmarks in the sidebar label * don't use exclamation marks and symbols in the sidebar label * fix style guide * fixes * fixes
Diffstat (limited to 'docs/guides/step-by-step/step-09.md')
-rw-r--r--docs/guides/step-by-step/step-09.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/docs/guides/step-by-step/step-09.md b/docs/guides/step-by-step/step-09.md
index 839115a27f..64b33d1fa6 100644
--- a/docs/guides/step-by-step/step-09.md
+++ b/docs/guides/step-by-step/step-09.md
@@ -1,6 +1,10 @@
<!--
title: "Step 9. Long-term metrics storage"
+sidebar_label: "Step 9. Long-term metrics storage"
custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/guides/step-by-step/step-09.md
+learn_status: "Published"
+learn_topic_type: "Tasks"
+learn_rel_path: "Guides/Step by step"
-->
# Step 9. Long-term metrics storage
@@ -22,9 +26,12 @@ or disk it uses. Second, you can archive metrics to an external database. For th
In this step of the Netdata guide, you'll learn how to:
-- [Tweak the database engine's settings](#tweak-the-database-engines-settings)
-- [Archive metrics to an external database](#archive-metrics-to-an-external-database)
- - [Use the MongoDB database](#archive-metrics-via-the-mongodb-exporting-connector)
+- [Step 9. Long-term metrics storage](#step-9-long-term-metrics-storage)
+ - [What you'll learn in this step](#what-youll-learn-in-this-step)
+ - [Tweak the database engine's settings](#tweak-the-database-engines-settings)
+ - [Archive metrics to an external database](#archive-metrics-to-an-external-database)
+ - [Archive metrics via the MongoDB exporting connector](#archive-metrics-via-the-mongodb-exporting-connector)
+ - [What's next?](#whats-next)
Let's get started!