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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 23eeb13414 Polish virtual cache doc (#9932)
23eeb13414 is described below

commit 23eeb13414e7a7dab4b979005eed6bcf7850be84
Author: 吴晟 Wu Sheng <[email protected]>
AuthorDate: Wed Nov 9 15:47:41 2022 +0800

    Polish virtual cache doc (#9932)
---
 docs/en/setup/service-agent/virtual-cache.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/setup/service-agent/virtual-cache.md 
b/docs/en/setup/service-agent/virtual-cache.md
index f7a7e8b631..b0f4307b2e 100644
--- a/docs/en/setup/service-agent/virtual-cache.md
+++ b/docs/en/setup/service-agent/virtual-cache.md
@@ -10,7 +10,7 @@ The cache operation span should have
 - It is an **Exit** or **Local** span
 - **Span's layer == CACHE**
 - Tag key = `cache.type`, value = The type of cache system , e.g. redis
-- Tag key = `cache.op`, value = the operation of command , indicates the 
command is used for `write` or `read` operation
+- Tag key = `cache.op`, value = `read` or `write` , indicates the value of tag 
`cache.command` is used for `write` or `read` operation
 - Tag key = `cache.command`, value = the cache command , e.g. get,set,del
 - Tag key = `cache.key`, value = the cache key
-- If the cache system is in-memory (e.g. Guava-cache), agents' plugin would 
create a local span usually, and the span's peer would be null ,otherwise the 
peer is the network address(IP or domain) of Cache server.
\ No newline at end of file
+- If the cache system is in-memory (e.g. Guava-cache), agents' plugin would 
create a local span usually, and the span's peer would be null ,otherwise the 
peer is the network address(IP or domain) of Cache server.

Reply via email to