You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by bf...@apache.org on 2021/08/27 20:04:24 UTC

[skywalking] 01/01: Update mal.md

This is an automated email from the ASF dual-hosted git repository.

bfergerson pushed a commit to branch BFergerson-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit eea1e59eda669a429f6b4d3d2b88a871dd193457
Author: Brandon Fergerson <fe...@gmail.com>
AuthorDate: Fri Aug 27 16:04:06 2021 -0400

    Update mal.md
---
 docs/en/concepts-and-designs/mal.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/concepts-and-designs/mal.md b/docs/en/concepts-and-designs/mal.md
index a9a92a9..4168489 100644
--- a/docs/en/concepts-and-designs/mal.md
+++ b/docs/en/concepts-and-designs/mal.md
@@ -238,7 +238,7 @@ last_server_state_sync_time_in_seconds.tagEqual('production', 'catalog').downsam
 
 They extract level relevant labels from metric labels, then informs the meter-system the level to which this metric belongs.
 
- - `servcie([svc_label1, svc_label2...])` extracts service level labels from the array argument.
+ - `service([svc_label1, svc_label2...])` extracts service level labels from the array argument.
  - `instance([svc_label1, svc_label2...], [ins_label1, ins_label2...])` extracts service level labels from the first array argument, 
                                                                         extracts instance level labels from the second array argument.
  - `endpoint([svc_label1, svc_label2...], [ep_label1, ep_label2...])` extracts service level labels from the first array argument,