From f987a21c73474f222146e7282154675c95a14b41 Mon Sep 17 00:00:00 2001 From: kev Date: Thu, 10 Jan 2019 17:14:48 +0800 Subject: [PATCH] update apm-server --- apm-server/README.md | 15 +++++++++++++++ apm-server/data/README.md | 14 -------------- 2 files changed, 15 insertions(+), 14 deletions(-) create mode 100644 apm-server/README.md delete mode 100644 apm-server/data/README.md diff --git a/apm-server/README.md b/apm-server/README.md new file mode 100644 index 0000000..0bf9fec --- /dev/null +++ b/apm-server/README.md @@ -0,0 +1,15 @@ +apm-server +========== + +The [APM Server][1] receives data from [APM agents][2] and transforms them into +Elasticsearch documents. It does this by exposing an HTTP server endpoint to +which agents stream the APM data they collect. After the APM Server has +validated and processed events from the APM agents, the server transforms the +data into Elasticsearch documents and stores them in corresponding +Elasticsearch indices. + +The APM Server works in conjunction with APM agents, Elasticsearch, and Kibana. +Please view the APM Overview for details on how these components work together. + +[1]: https://www.elastic.co/guide/en/apm/server/current/index.html +[2]: https://www.elastic.co/guide/en/apm/agent/index.html diff --git a/apm-server/data/README.md b/apm-server/data/README.md deleted file mode 100644 index f8516a0..0000000 --- a/apm-server/data/README.md +++ /dev/null @@ -1,14 +0,0 @@ -apm-server -========== - -[Elastic APM][1] is an application performance monitoring system built on the -Elastic Stack. It allows you to monitor software services and applications in -real time, collecting detailed performance information on response time for -incoming requests, database queries, calls to caches, external HTTP requests, -etc. This makes it easier to pinpoint and fix performance problems quickly. - -Elastic APM also automatically collects unhandled errors and exceptions. Errors -are grouped based primarily on the stacktrace, so you can identify new errors -as they appear and keep an eye on how many times specific errors happen. - -[1]: https://www.elastic.co/guide/en/apm/get-started/current/index.html