You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/07/03 09:31:43 UTC

[skywalking] branch master updated: Update Java-Plugin-Development-Guide.md (#5020)

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 310b885  Update Java-Plugin-Development-Guide.md (#5020)
310b885 is described below

commit 310b8857b2266768ccd9e1338da13c86c313ed3f
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Fri Jul 3 17:31:24 2020 +0800

    Update Java-Plugin-Development-Guide.md (#5020)
    
    Fix doc format.
---
 docs/en/guides/Java-Plugin-Development-Guide.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/guides/Java-Plugin-Development-Guide.md b/docs/en/guides/Java-Plugin-Development-Guide.md
index 664974f..6c6aa58 100644
--- a/docs/en/guides/Java-Plugin-Development-Guide.md
+++ b/docs/en/guides/Java-Plugin-Development-Guide.md
@@ -158,12 +158,12 @@ in the OAP backend analysis, some special tag or tag combination could provide o
 #### Tag key `status_code`
 The value should be an integer. The response code of OAL entities is according to this.
 
-### Tag key `db.statement` and `db.type`.
+#### Tag key `db.statement` and `db.type`.
 The value of `db.statement` should be a String, representing the Database statement, such as SQL, or `[No statement]/`+span#operationName if value is empty.
 When exit span has this tag, OAP samples the slow statements based on `receiver-trace/default/maxSlowSQLLength`.
 The threshold of slow statement is defined by following [`receiver-trace/default/slowDBAccessThreshold`](../setup/backend/slow-db-statement.md)
 
-### Extension logic endpoint. Tag key `x-le`
+#### Extension logic endpoint. Tag key `x-le`
 Logic endpoint is a concept, which doesn't represent a real RPC call, but requires the statistic.
 The value of `x-le` should be JSON format, with two options.
 1. Define a separated logic endpoint. Provide its own endpoint name, latency and status. Suitable for entry and local span.