Docs: Single source getting started step (#32812)

* single sourcing

* Update getting-started-sql.md
This commit is contained in:
Diana Payton
2021-04-08 21:44:31 +02:00
committed by GitHub
parent a92bcce9de
commit ba6da3d614
3 changed files with 20 additions and 13 deletions
@@ -12,16 +12,12 @@ Prometheus is an open source systems monitoring system for which Grafana provide
You can also configure a [Grafana Cloud](https://grafana.com/docs/grafana-cloud/) instance to display system metrics without having to host Grafana yourself.
## Step 1. Install Grafana and build your first dashboard
Use the instructions in [Getting started with Grafana]({{< relref "getting-started.md" >}}) to:
- Install Grafana.
- Log in to Grafana.
- Create your first dashboard.
{{< docs/shared "getting-started/first-step.md" >}}
## Step 2. Download Prometheus and node_exporter
Prometheus, like Grafana, can be installed on many different operating systems. Refer to the [Prometheus download page](https://prometheus.io/download/), which lists all stable versions of Prometheus components. Download the following components:
- [Prometheus](https://prometheus.io/download/#prometheus)
- [node_exporter](https://prometheus.io/download/#node_exporter)