Skip to content

Commit

Permalink
docs: update grafana setting in observability (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
chunshao90 authored Mar 28, 2023
1 parent 14a64e2 commit 3eee9fa
Show file tree
Hide file tree
Showing 3 changed files with 912 additions and 756 deletions.
4 changes: 2 additions & 2 deletions docs/src/cn/operation/observability.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ docker run -d --name=grafana -p 3000:3000 grafana/grafana:9.3.6
- tps: 集群写入请求数。
- qps: 集群查询请求数。
- 99th query/write duration: 查询写入的 99% 分位数。
- query by table: 表级别的查询请求数
- table query by table: 表查询请求数
- 99th write duration details by instance: 写入耗时的 99% 分位数。
- 99th query duration details by instance: 查询耗时的 99% 分位数。
- 99th write partition table duration: 分区表查询耗时的 99% 分位数。
- rows by table: 表级别的写入行数
- table rows: 表的写入行数
- table rows by instance: 实例级别的写入行数。
- total tables to write: 有数据写入的表数目。
- flush count: CeresDB flush 的次数。
Expand Down
4 changes: 2 additions & 2 deletions docs/src/en/operation/observability.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ After importing the dashboard, you will see the following page:
- tps: Number of cluster write requests.
- qps: Number of cluster query requests.
- 99th query/write duration: 99th quantile of write and query duration.
- query by table: Query group by table.
- table query: Query group by table.
- 99th write duration details by instance: 99th quantile of write duration group by instance.
- 99th query duration details by instance: 99th quantile of query duration group by instance.
- 99th write partition table duration: 99th quantile of write duration of partition table.
- rows by table: The rows of data written to each table.
- table rows: The rows of data written.
- table rows by instance: The written rows by instance.
- total tables to write: Number of tables with data written.
- flush count: Number of CeresDB flush.
Expand Down
Loading

0 comments on commit 3eee9fa

Please sign in to comment.