* [stable/apm-server] Add optional TLS configuration to the chart
Signed-off-by: Amit Oren <amitoren224@gmail.com>
* [stable/apm-server] Bump chart version
Signed-off-by: Amit Oren <amitoren224@gmail.com>
* [stable/apm-server] Add support for Deployment
Signed-off-by: Ali Essam <ali.essam.arafa@gmail.com>
* [stable/apm-server] Update labels & apiVersion
Signed-off-by: Ali Essam <ali.essam.arafa@gmail.com>
* [stable/apm-server] Bump version to 1.0.0
Signed-off-by: Ali Essam <ali.essam.arafa@gmail.com>
* feat(probes): add probes to deployment. Set default host as 0.0.0.0
Signed-off-by: Mahdi Dibaiee <mdibaiee@aol.com>
* bump version for breaking change
Signed-off-by: Paul Czarkowski <username.taken@gmail.com>
* bump apm-server, fix docs
Signed-off-by: Taehyun Kim <kgyoo8232@gmail.com>
* bump chart version to 1.0.0
Signed-off-by: Taehyun Kim <kgyoo8232@gmail.com>
[Elastic APM](https://www.elastic.co/guide/en/apm/get-started/current/overview.html) is an application performance monitoring system built on the Elastic Stack. This chart is to install the server part of the system.
See the official documentation to setup the agent part of the system.
Even though apm-server is built by the Elastic team, it supports alternative outputs other than Elasticsearch via built-in beat output plugins and community plugins. For example, [awsbeats](https://github.com/s12v/awsbeats) enables apm-server to write collected application traces to AWS Kinesis Streams.
Other changelog:
- Include the commented-out elasticsearch output too support common use-cases
- Include the configuraion table in the README