mirror of https://github.com/dapr/docs.git
Added New Relic Metrics section in operations/monitoring/metrics
This commit is contained in:
parent
c4d1af11ac
commit
da1e286013
|
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue