summaryrefslogtreecommitdiffstats
path: root/backends
diff options
context:
space:
mode:
authorJoel Hans <joel@netdata.cloud>2020-03-10 15:29:51 -0600
committerGitHub <noreply@github.com>2020-03-10 14:29:51 -0700
commit9342704a41cbd20a315e55f0b1ff3efd9f039498 (patch)
tree22cebf2a80622ac644e007189c912e4669598bb6 /backends
parent629e24ae952137657c3106db9783b985450e13f7 (diff)
Bulk add frontmatter to all documentation (#8354)
* Bulk add frontmatter * A few extra edge cases
Diffstat (limited to 'backends')
-rw-r--r--backends/README.md7
-rw-r--r--backends/TIMESCALE.md7
-rw-r--r--backends/WALKTHROUGH.md7
-rw-r--r--backends/aws_kinesis/README.md7
-rw-r--r--backends/mongodb/README.md7
-rw-r--r--backends/opentsdb/README.md7
-rw-r--r--backends/prometheus/README.md7
-rw-r--r--backends/prometheus/remote_write/README.md7
8 files changed, 56 insertions, 0 deletions
diff --git a/backends/README.md b/backends/README.md
index 0abfb8b61b..3b0035fdc0 100644
--- a/backends/README.md
+++ b/backends/README.md
@@ -1,3 +1,10 @@
+<!--
+---
+title: "Metrics long term archiving"
+custom_edit_url: https://github.com/netdata/netdata/edit/master/backends/README.md
+---
+-->
+
# Metrics long term archiving
Netdata supports backends for archiving the metrics, or providing long term dashboards, using Grafana or other tools,
diff --git a/backends/TIMESCALE.md b/backends/TIMESCALE.md
index 6efb0729e9..dad851fc29 100644
--- a/backends/TIMESCALE.md
+++ b/backends/TIMESCALE.md
@@ -1,3 +1,10 @@
+<!--
+---
+title: "Writing metrics to TimescaleDB"
+custom_edit_url: https://github.com/netdata/netdata/edit/master/backends/TIMESCALE.md
+---
+-->
+
# Writing metrics to TimescaleDB
Thanks to Netdata's community of developers and system administrators, and Mahlon Smith
diff --git a/backends/WALKTHROUGH.md b/backends/WALKTHROUGH.md
index 5566a42659..612270cac1 100644
--- a/backends/WALKTHROUGH.md
+++ b/backends/WALKTHROUGH.md
@@ -1,3 +1,10 @@
+<!--
+---
+title: "Netdata, Prometheus, Grafana stack"
+custom_edit_url: https://github.com/netdata/netdata/edit/master/backends/WALKTHROUGH.md
+---
+-->
+
# Netdata, Prometheus, Grafana stack
## Intro
diff --git a/backends/aws_kinesis/README.md b/backends/aws_kinesis/README.md
index 051ac96376..10efe528c3 100644
--- a/backends/aws_kinesis/README.md
+++ b/backends/aws_kinesis/README.md
@@ -1,3 +1,10 @@
+<!--
+---
+title: "Using Netdata with AWS Kinesis Data Streams"
+custom_edit_url: https://github.com/netdata/netdata/edit/master/backends/aws_kinesis/README.md
+---
+-->
+
# Using Netdata with AWS Kinesis Data Streams
## Prerequisites
diff --git a/backends/mongodb/README.md b/backends/mongodb/README.md
index 890afd178e..cba8109721 100644
--- a/backends/mongodb/README.md
+++ b/backends/mongodb/README.md
@@ -1,3 +1,10 @@
+<!--
+---
+title: "MongoDB backend"
+custom_edit_url: https://github.com/netdata/netdata/edit/master/backends/mongodb/README.md
+---
+-->
+
# MongoDB backend
## Prerequisites
diff --git a/backends/opentsdb/README.md b/backends/opentsdb/README.md
index 5c04868c1f..2b470f55e2 100644
--- a/backends/opentsdb/README.md
+++ b/backends/opentsdb/README.md
@@ -1,3 +1,10 @@
+<!--
+---
+title: "OpenTSDB with HTTP"
+custom_edit_url: https://github.com/netdata/netdata/edit/master/backends/opentsdb/README.md
+---
+-->
+
# OpenTSDB with HTTP
Netdata can easily communicate with OpenTSDB using HTTP API. To enable this channel, set the following options in your
diff --git a/backends/prometheus/README.md b/backends/prometheus/README.md
index e234efe942..b6068fdfcc 100644
--- a/backends/prometheus/README.md
+++ b/backends/prometheus/README.md
@@ -1,3 +1,10 @@
+<!--
+---
+title: "Using Netdata with Prometheus"
+custom_edit_url: https://github.com/netdata/netdata/edit/master/backends/prometheus/README.md
+---
+-->
+
# Using Netdata with Prometheus
> IMPORTANT: the format Netdata sends metrics to prometheus has changed since Netdata v1.7. The new prometheus backend
diff --git a/backends/prometheus/remote_write/README.md b/backends/prometheus/remote_write/README.md
index 009ded6083..c9ae2b1297 100644
--- a/backends/prometheus/remote_write/README.md
+++ b/backends/prometheus/remote_write/README.md
@@ -1,3 +1,10 @@
+<!--
+---
+title: "Prometheus remote write backend"
+custom_edit_url: https://github.com/netdata/netdata/edit/master/backends/prometheus/remote_write/README.md
+---
+-->
+
# Prometheus remote write backend
## Prerequisites