增加小标题

This commit is contained in:
谷溪 2020-05-27 14:29:16 +08:00 committed by GitHub
parent 5f98ca4f3e
commit 7da9c144dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -411,6 +411,7 @@ Router::get('/metrics', function(){
## 注意事项
### Prometheus 驱动
- 如果使用 redis 等持久化存储, 需要保持同一个 metric 的 label 前后一致, 否则会报错
- 如果使用 `in-memory` 存储, `metric name` 推荐使用 **下划线风格**, 如果包含 `:` 会导致失败报错
```