Skip to content

Commit

Permalink
Merge pull request #4068 from fryckbos/addK8sLowDataMode
Browse files Browse the repository at this point in the history
Add low data mode to Kubernetes Helm install instructions.
  • Loading branch information
x8a committed Sep 27, 2021
2 parents b2b57ae + f15afe1 commit 77979e1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,3 +241,7 @@ After having installed our Kubernetes integration, you can start instrumenting t
## Use your Kubernetes data

To learn more about how to use your Kubernetes data, please head to our detailed [Find and use your Kubernetes data](/docs/integrations/kubernetes-integration/understand-use-data/) pages.

## Reduce data ingest

Our charts support setting an option to reduce the amount of data ingest, at the cost of dropping detailed information. To enable it, set `global.lowDataMode` to true in the `nri-bundle` chart. More details can be found in [the chart’s README](https://github.com/newrelic/helm-charts/blob/master/charts/nri-bundle/README.md).

0 comments on commit 77979e1

Please sign in to comment.