Skip to content

Commit

Permalink
Update Prometheus version in deploy-monitoring-services.md (pingcap#6727
Browse files Browse the repository at this point in the history
)
  • Loading branch information
shichun-0415 authored Nov 16, 2021
1 parent 42728da commit ab237e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy-monitoring-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Assume that the TiDB cluster topology is as follows:

```bash
# Downloads the package.
wget https://download.pingcap.org/prometheus-2.8.1.linux-amd64.tar.gz
wget https://download.pingcap.org/prometheus-2.27.1.linux-amd64.tar.gz
wget https://download.pingcap.org/node_exporter-0.17.0.linux-amd64.tar.gz
wget https://download.pingcap.org/grafana-6.1.6.linux-amd64.tar.gz
```
Expand All @@ -38,7 +38,7 @@ wget https://download.pingcap.org/grafana-6.1.6.linux-amd64.tar.gz

```bash
# Extracts the package.
tar -xzf prometheus-2.8.1.linux-amd64.tar.gz
tar -xzf prometheus-2.27.1.linux-amd64.tar.gz
tar -xzf node_exporter-0.17.0.linux-amd64.tar.gz
tar -xzf grafana-6.1.6.linux-amd64.tar.gz
```
Expand All @@ -62,7 +62,7 @@ Edit the Prometheus configuration file:
{{< copyable "shell-regular" >}}

```bash
cd prometheus-2.8.1.linux-amd64 &&
cd prometheus-2.27.1.linux-amd64 &&
vi prometheus.yml
```

Expand Down

0 comments on commit ab237e2

Please sign in to comment.