Skip to content

Commit

Permalink
Modify the description of P99 from .99 to 99% (pingcap#10399)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreoxmt authored Jul 8, 2022
1 parent 8929b96 commit deef6e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion alert-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ aliases: ['/docs-cn/dev/alert-rules/','/docs-cn/dev/reference/alert-rules/']

* 规则描述:

TiDB 处理请求的延时。如果 .99 的延迟大于 1 秒,则报警。
TiDB 处理请求的延时。如果延迟大于 1 秒的概率超过 99%,则报警。

* 处理方法:

Expand Down
4 changes: 2 additions & 2 deletions troubleshoot-high-disk-io.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ TiDB 集群主要的持久化组件是 TiKV 集群,一个 TiKV 包含两个 Ro

`TiKV-Details` > `Raft IO` 中,可以看到这两个实例磁盘写入的相关 metric:

- `Append log duration`:该监控表明了存储 Raft 日志的 RocksDB 写入的响应时间,.99 响应应该在 50ms 以内。
- `Apply log duration`:该监控表明了存储真正数据的 RocksDB 写入的响应时间,.99 响应应该在 100ms 以内。
- `Append log duration`:该监控表明了存储 Raft 日志的 RocksDB 写入的响应时间,99% 的响应应该在 50ms 以内。
- `Apply log duration`:该监控表明了存储真正数据的 RocksDB 写入的响应时间,99% 的响应应该在 100ms 以内。

这两个监控还有 `.. per server` 的监控面板来提供辅助查看热点写入的情况。

Expand Down

0 comments on commit deef6e0

Please sign in to comment.