Skip to content

Commit a712cfb

Browse files
lilin90CaitinChen
authored andcommitted
op-guide: fix monitor typos (#652)
1 parent 0781f03 commit a712cfb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

op-guide/monitor-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The TiDB monitoring framework adopts two open source projects: Prometheus and Gr
1010

1111
## About Prometheus in TiDB
1212

13-
As a time series database, Prometheus has a multi-dimensional data model and flexible query language. As one of the most popular open source projects, many companies and organizations have adopted Prometheus, and the project has a very active community. PingCAP is one of the active developers and adoptors of Prometheus for monitoring and alerting in TiDB, TiKV and PD.
13+
As a time series database, Prometheus has a multi-dimensional data model and flexible query language. As one of the most popular open source projects, many companies and organizations have adopted Prometheus, and the project has a very active community. PingCAP is one of the active developers and adopters of Prometheus for monitoring and alerting in TiDB, TiKV and PD.
1414

1515
Prometheus consists of multiple components. Currently, TiDB uses the following of them:
1616

@@ -24,6 +24,6 @@ The diagram is as follows:
2424
<img src="../media/prometheus-in-tidb.png" width="500">
2525

2626
## About Grafana in TiDB
27-
Grafana is an open source project for analysing and visualizing metrics. TiDB uses Grafana to display the performance metrics as follows:
27+
Grafana is an open source project for analyzing and visualizing metrics. TiDB uses Grafana to display the performance metrics as follows:
2828

2929
![screenshot](../media/grafana-screenshot.png)

op-guide/monitor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The default port number is: 2379.
4646

4747
See [PD API doc](https://cdn.rawgit.com/pingcap/docs/master/op-guide/pd-api-v1.html) for detailed information about various API names.
4848

49-
The interface can be used to get the state of all the TiKV servers and the information about load balancing. It is the most important and frequently-used interface to get the state information of all the TiKV nodes. See the following example for the the information about a single-node TiKV cluster:
49+
The interface can be used to get the state of all the TiKV servers and the information about load balancing. It is the most important and frequently-used interface to get the state information of all the TiKV nodes. See the following example for the information about a single-node TiKV cluster:
5050

5151
```bash
5252
curl http://127.0.0.1:2379/pd/api/v1/stores
@@ -155,7 +155,7 @@ See the following links for your reference:
155155
- Set the Push Gateway address as the `--metrics-addr` parameter.
156156
- Set the push frequency as the `--metrics-interval` parameter. The unit is s, and the default value is 15.
157157

158-
+ PD: update the toml configuration file with the Push Gateway address and the the push frequency:
158+
+ PD: update the toml configuration file with the Push Gateway address and the push frequency:
159159

160160
```toml
161161
[metric]

0 commit comments

Comments
 (0)