From 44547210304c27b8e19a87e11a967fa997f4827c Mon Sep 17 00:00:00 2001 From: kezhenxu94 Date: Sun, 10 Mar 2019 18:36:39 +0800 Subject: [PATCH] doc: fix typo and list numbers (#2339) --- docs/en/concepts-and-designs/oal.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/concepts-and-designs/oal.md b/docs/en/concepts-and-designs/oal.md index 6e163bf66e..e40a40be7c 100644 --- a/docs/en/concepts-and-designs/oal.md +++ b/docs/en/concepts-and-designs/oal.md @@ -54,10 +54,10 @@ In this case, calls of each service. > All_p99 = from(All.latency).p99(10); 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); -In this case, thermodynamic headmap of all incoming requests. +In this case, thermodynamic heatmap of all incoming requests. ## Metric name The metric name for storage implementor, alarm and query modules. The type inference supported by core. -- GitLab