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-data-collect-protocol.git


The following commit(s) were added to refs/heads/master by this push:
     new 89381e1  Add special tags doc link.
89381e1 is described below

commit 89381e14f9c29c4ee240c5e55c66ab44381924ca
Author: Wu Sheng <[email protected]>
AuthorDate: Wed Aug 5 17:39:33 2020 +0800

    Add special tags doc link.
---
 language-agent/Tracing.proto | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/language-agent/Tracing.proto b/language-agent/Tracing.proto
index a8142b3..e4abc64 100644
--- a/language-agent/Tracing.proto
+++ b/language-agent/Tracing.proto
@@ -143,6 +143,9 @@ message SpanObject {
     bool isError = 11;
     // String key, String value pair.
     // Tags provides more informance, includes parameters.
+    //
+    // In the OAP backend analysis, some special tag or tag combination could 
provide other advanced features.
+    // 
https://github.com/apache/skywalking/blob/master/docs/en/guides/Java-Plugin-Development-Guide.md#special-span-tags
     repeated KeyStringValuePair tags = 12;
     // String key, String value pair with an accurate timestamp.
     // Logging some events happening in the context of the span duration.

Reply via email to