Skip to content

Commit

Permalink
update version of monitoring components (pingcap#10131)
Browse files Browse the repository at this point in the history
  • Loading branch information
shichun-0415 authored Aug 24, 2022
1 parent e3126ef commit c2750b7
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 @@ -30,7 +30,7 @@ Assume that the TiDB cluster topology is as follows:
```bash
# Downloads the package.
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/node_exporter-v1.3.1-linux-amd64.tar.gz
wget https://download.pingcap.org/grafana-6.1.6.linux-amd64.tar.gz
```

Expand All @@ -39,7 +39,7 @@ wget https://download.pingcap.org/grafana-6.1.6.linux-amd64.tar.gz
```bash
# Extracts the package.
tar -xzf prometheus-2.27.1.linux-amd64.tar.gz
tar -xzf node_exporter-0.17.0.linux-amd64.tar.gz
tar -xzf node_exporter-v1.3.1-linux-amd64.tar.gz
tar -xzf grafana-6.1.6.linux-amd64.tar.gz
```

Expand All @@ -48,7 +48,7 @@ tar -xzf grafana-6.1.6.linux-amd64.tar.gz
{{< copyable "shell-regular" >}}

```bash
cd node_exporter-0.17.0.linux-amd64
cd node_exporter-v1.3.1-linux-amd64

# Starts the node_exporter service.
$ ./node_exporter --web.listen-address=":9100" \
Expand Down

0 comments on commit c2750b7

Please sign in to comment.