Added New Relic Metrics section in operations/monitoring/metrics

This commit is contained in:
Harry Kimpel 2021-03-01 15:15:10 +01:00
parent c4d1af11ac
commit da1e286013
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ This document explains how to install it in your cluster, either using a Helm ch
3. Run the following command to install the New Relic Logging Kubernetes plugin via Helm, replacing the placeholder value YOUR_LICENSE_KEY with your [New Relic license key](https://docs.newrelic.com/docs/accounts/install-new-relic/account-setup/license-key): 3. Run the following command to install the New Relic Logging Kubernetes plugin via Helm, replacing the placeholder value YOUR_LICENSE_KEY with your [New Relic license key](https://docs.newrelic.com/docs/accounts/install-new-relic/account-setup/license-key):
- Helm 3
```bash ```bash
helm install nri-prometheus newrelic/nri-prometheus --set licenseKey=YOUR_LICENSE_KEY helm install nri-prometheus newrelic/nri-prometheus --set licenseKey=YOUR_LICENSE_KEY
``` ```