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 ee48658c0d7 Delete concept.en.md (#19135)
ee48658c0d7 is described below
commit ee48658c0d7b10b53d6953c0e7b9a46aefab8660
Author: Mike0601 <[email protected]>
AuthorDate: Thu Jul 14 14:31:10 2022 +0800
Delete concept.en.md (#19135)
---
.../content/features/observability/concept.en.md | 24 ----------------------
1 file changed, 24 deletions(-)
diff --git a/docs/document/content/features/observability/concept.en.md
b/docs/document/content/features/observability/concept.en.md
deleted file mode 100644
index 2780ad8f7e9..00000000000
--- a/docs/document/content/features/observability/concept.en.md
+++ /dev/null
@@ -1,24 +0,0 @@
-+++
-title = "Core Concept"
-weight = 1
-+++
-
-## Agent
-
-Based on bytecode enhance and plug-in design to provide tracing, metrics and
logging features.
-Enable the plugin in agent to collect data and send data to the integrated 3rd
APM system.
-
-## APM
-
-APM is the abbreviation for application performance monitoring.
-It works for performance diagnosis of distributed systems, including chain
demonstration, service topology analysis and so on.
-
-## Tracing
-
-Tracing data between distributed services or internal processes will be
collected by agent. It then will be sent to APM system.
-
-## Metrics
-
-System statistical indicator which collected from agent.
-Write to time series databases periodically.
-3rd party UI can display the metrics data simply.