mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* initial commit for wavefront chart Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * removed trailing spaces Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * fixed trailing spaces Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * chart version, new lines, helm.sh/chart labels Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * use 0.9.7 collector Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
21 lines
955 B
Markdown
21 lines
955 B
Markdown
# Wavefront Kubenetes collector
|
|
|
|
[Wavefront](https://wavefront.com) is a cloud-native monitoring and analytics platform that provides
|
|
three dimensional microservices observability with metrics, histograms and OpenTracing-compatible distributed tracing.
|
|
|
|
## Introduction
|
|
|
|
This chart will deploy the Wavefront Kubernetes collector and Wavefront Proxy to your
|
|
Kubernetes cluster. You can use this chart to install multiple Wavefront Proxy releases,
|
|
though only one Wavefront Kubernetes collector per cluster should be used.
|
|
|
|
You can learn more about the Wavefront and Kubernetes integration [here](https://docs.wavefront.com/wavefront_kubernetes.html)
|
|
|
|
## Configuration
|
|
|
|
The [values.yaml](./values.yaml) file contains information about all configuration
|
|
options for this chart.
|
|
|
|
The **requried** options are `clusterName`, `wavefront.url` and `wavefront.token`.
|
|
You will need to provide values for those options for a successful installation of the chart.
|