Update readme
Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
This commit is contained in:
parent
f80c9d7c43
commit
8671993962
12
README.md
12
README.md
@ -33,11 +33,21 @@ Both modes can be enabled at the same time.
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```
|
```
|
||||||
helm install -n meta -f values.yaml meta ./charts/meta-monitoring
|
helm install -n meta --skip-crds -f values.yaml meta ./charts/meta-monitoring
|
||||||
```
|
```
|
||||||
|
|
||||||
For more instructions including how to update the chart go to the [installation](docs/installation.md) page.
|
For more instructions including how to update the chart go to the [installation](docs/installation.md) page.
|
||||||
|
|
||||||
|
## Supported features
|
||||||
|
|
||||||
|
- Specify which namespaces are monitored
|
||||||
|
- Specify if logs, metrics or traces should be enabled for cloud or local
|
||||||
|
- Specify the cluster name used for the logs, metrics and traces
|
||||||
|
- Specify PII regexes that are applied to logs before they are sent to Loki (cloud or local). The capture group in the regex is replaced with *****.
|
||||||
|
- a Grafana instance is installed (when local mode is used) with the relevant datasources and dashboards installed.
|
||||||
|
- TBD: add dashboard for metrics and traces
|
||||||
|
- TBD: update the logs dashboards to be the SSD ones
|
||||||
|
|
||||||
## Developer help topics
|
## Developer help topics
|
||||||
|
|
||||||
- [update dependencies](docs/dev_update_dependencies.md)
|
- [update dependencies](docs/dev_update_dependencies.md)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user