提交 44547210 编写于 作者: K kezhenxu94 提交者: wu-sheng

doc: fix typo and list numbers (#2339)

上级 93347b23
...@@ -54,10 +54,10 @@ In this case, calls of each service. ...@@ -54,10 +54,10 @@ In this case, calls of each service.
> All_p99 = from(All.latency).p99(10); > All_p99 = from(All.latency).p99(10);
In this case, p99 value of all incoming requests. In this case, p99 value of all incoming requests.
- `thermodynamic`. Read [Headmap in WIKI](https://en.wikipedia.org/wiki/Heat_map)) - `thermodynamic`. Read [Heatmap in WIKI](https://en.wikipedia.org/wiki/Heat_map))
> All_heatmap = from(All.latency).thermodynamic(100, 20); > All_heatmap = from(All.latency).thermodynamic(100, 20);
In this case, thermodynamic headmap of all incoming requests. In this case, thermodynamic heatmap of all incoming requests.
## Metric name ## Metric name
The metric name for storage implementor, alarm and query modules. The type inference supported by core. The metric name for storage implementor, alarm and query modules. The type inference supported by core.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册