You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by ji...@apache.org on 2022/07/15 03:33:56 UTC

[shardingsphere] branch master updated: Update agent.en.md (#19184)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4e36463d57d Update agent.en.md (#19184)
4e36463d57d is described below

commit 4e36463d57db78b336243d27d2b6365f083ad449
Author: Mike0601 <40...@users.noreply.github.com>
AuthorDate: Fri Jul 15 11:33:51 2022 +0800

    Update agent.en.md (#19184)
---
 docs/document/content/dev-manual/agent.en.md | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/docs/document/content/dev-manual/agent.en.md b/docs/document/content/dev-manual/agent.en.md
index d16a4ce69ee..64f2f37cfc9 100644
--- a/docs/document/content/dev-manual/agent.en.md
+++ b/docs/document/content/dev-manual/agent.en.md
@@ -5,11 +5,15 @@ weight = 15
 chapter = true
 +++
 
-## PluginDefinitionService
+## SPI Interface
 
 | *SPI Name*       | *Description*   |
 |---------------- |------------ |
 | PluginDefinitionService | Agent plugin definition |
+| PluginBootService | Plugin startup service definition |
+
+## Sample
+### PluginDefinitionService
 
 | *Implementation Class*       |        *Description*       |
 |-------------------------------- |----------------------- |
@@ -21,11 +25,8 @@ chapter = true
 | ZipkinPluginDefinitionService    | Zipkin plugin |
 
 
-## PluginBootService
+### PluginBootService
 
-| *SPI Name*       | *Description*   |
-|---------------- |------------ |
-| PluginBootService | Plugin startup service definition |
 
 | *Implementation Class*          | *Description*   |
 |-------------------------------- |---------------- |
@@ -34,4 +35,4 @@ chapter = true
 | JaegerTracingPluginBootService | Jaeger plugin startup class  |
 | OpenTelemetryTracingPluginBootService | OpenTelemetryTracing plugin startup class |
 | OpenTracingPluginBootService | OpenTracing plugin startup class  |
-| ZipkinTracingPluginBootService | Zipkin plugin startup class |
\ No newline at end of file
+| ZipkinTracingPluginBootService | Zipkin plugin startup class |