pingcap / pingcap/docs-cn

please add prometheus as a scale-in-and-out components

Open
#9,476 4 comments 0 reactions 2 assignees View on GitHub

@qqqdan is already working on this.

Since May 16, 2022.

Dominant language
Python
Stars
1.8k
Forks
1.2k
Avg merge
1d 16h
Merged PRs (30d)
31

Description

File: /release-5.4/scale-tidb-using-tiup.md
please include prometheus as a formal scale components. for example, sometimes user would like to clean monitor data through scale in and out.
steps is as follows:
######缩容prometheus
tiup cluster scale-in tidb-test --node 172.16.116.232:9090
tiup cluster scale-out tidb-test /home/tidb/prometheus.toml
#####prometheus.toml
monitoring_servers:

  • host: 172.16.116.232
    ssh_port: 22
    port: 9090
    ng_port: 12020
    deploy_dir: /tidb-deploy/prometheus-8249
    data_dir: /tidb-data/prometheus-8249
    log_dir: /tidb-deploy/prometheus-8249/log
    external_alertmanagers: []
    arch: arm64
    os: linux

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.