Files
deprecated-helm-charts/stable/apm-server/Chart.yaml
T
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

13 lines
445 B
YAML

apiVersion: v1
description: The server receives data from the Elastic APM agents and stores the data into a datastore like Elasticsearch
icon: https://www.elastic.co/assets/blt47799dcdcf08438d/logo-elastic-beats-lt.svg
name: apm-server
version: 0.1.0
appVersion: 6.2.4
home: https://www.elastic.co/solutions/apm
sources:
- https://www.elastic.co/guide/en/apm/get-started/current/index.html
maintainers:
- name: mumoshu
email: ykuoka@gmail.com