Commit Graph
4 Commits
Author SHA1 Message Date
KUOKA Yusuke 6d33cacdbb [stable/apm-server] add @mumoshu to OWNERS (#12066)
As I am the original author of the chart. Currently I miss the privilege to put LGTM any pull rquest to chart due to the situation, as seen in https://github.com/helm/charts/pull/11661#issuecomment-471587560

Signed-off-by: Yusuke Kuoka <ykuoka@gmail.com>
2019-04-15 07:44:09 -07:00
Ali Essam 37ae135f88 [stable/apm-server] Add support for Service and Deployment (#11661)
* [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>
2019-04-15 04:38:03 -07:00
Taehyun Kim ff06d29a42 [stable/apm-server] bump apm-server, fix docs (#12360)
* 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>
2019-03-24 08:11:05 -07:00
KUOKA Yusuke 71fc6122bd [stable/apm-server] Elastic APM Server (#6058)
[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
2018-06-18 12:03:32 -07:00