Docs: Replace ampersands with and (#19609)
This commit is contained in:
committed by
Marcus Olsson
parent
4b042c89fe
commit
618652d16e
@@ -17,7 +17,7 @@ weight = 10
|
||||
</a>
|
||||
<figcaption>
|
||||
<a href="https://youtu.be/iUj6DwfBh88?list=PLDGkOdUX1Ujo3wHw9-z5Vo12YLqXRjzg2" target="_blank" rel="noopener noreferrer">
|
||||
#10 Dashboard Discovery & Sharing
|
||||
#10 Dashboard Discovery and Sharing
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
@@ -61,7 +61,7 @@ weight = 10
|
||||
</a>
|
||||
<figcaption>
|
||||
<a href="https://youtu.be/9ZCMVNxUf6s?list=PLDGkOdUX1Ujo3wHw9-z5Vo12YLqXRjzg2" target="_blank" rel="noopener noreferrer">
|
||||
#6 Adding data sources, users & orgs.
|
||||
#6 Adding data sources, users and orgs.
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
@@ -72,7 +72,7 @@ weight = 10
|
||||
</a>
|
||||
<figcaption>
|
||||
<a href="https://youtu.be/E-gMFv84FE8?list=PLDGkOdUX1Ujo3wHw9-z5Vo12YLqXRjzg2" target="_blank" rel="noopener noreferrer">
|
||||
#5 Install & Setup on Redhat / Centos
|
||||
#5 Install and Setup on Redhat / Centos
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
@@ -83,7 +83,7 @@ weight = 10
|
||||
</a>
|
||||
<figcaption>
|
||||
<a href="https://youtu.be/JY22EBOR9hQ?list=PLDGkOdUX1Ujo3wHw9-z5Vo12YLqXRjzg2" target="_blank" rel="noopener noreferrer">
|
||||
#4 Install & Setup on Ubuntu / Debian
|
||||
#4 Install and Setup on Ubuntu / Debian
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
---
|
||||
page_title: Graphite + Grafana + StatsD - Stack Setup Guide
|
||||
page_description: Installation and configuration guide & how to for Grafana, Graphite & StatsD
|
||||
page_description: Installation and configuration guide and how to for Grafana, Graphite and StatsD
|
||||
page_keywords: grafana, tutorials, graphite, statsd, setup, configuration, howto, installation
|
||||
author: Torkel Ödegaard
|
||||
---
|
||||
|
||||
# Stack Setup & Config Guide: Graphite + Grafana + StatsD
|
||||
# Stack Setup and Config Guide: Graphite + Grafana + StatsD
|
||||
|
||||
This lengthy article will guide you through installation, configuration and getting started with the amazing metric
|
||||
stack that is composed of Graphite, Grafana and StatsD.
|
||||
|
||||
Graphite is still king when it comes to time series databases due to its simple data model, ingestion
|
||||
with integrated aggregation & rollups, amazing query features and speed. No other time series
|
||||
with integrated aggregation and rollups, amazing query features and speed. No other time series
|
||||
database has yet to match Graphite's query flexibility and analytics potential.
|
||||
|
||||
Graphite has a reputation for being tricky to install and scale. This guide aims to show
|
||||
@@ -36,7 +36,7 @@ queries that will make the most out of your collected metrics.
|
||||
|
||||
### Carbon
|
||||
|
||||
Graphite & Carbon are written in python, so we will start by installing python packages.
|
||||
Graphite and Carbon are written in python, so we will start by installing python packages.
|
||||
|
||||
```
|
||||
apt-get install \
|
||||
|
||||
Reference in New Issue
Block a user