Prometheus exporter for New Relic data. Requires a New Relic account.
Homepage: https://github.com/jfindley/newrelic_exporter
A simple install with default values, latest chart version and generated name:
helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/prometheus-new-relic-exporterTo install a specific version of this chart:
helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/prometheus-new-relic-exporter --version 0.1.4To install the chart with the release name my-release:
helm install my-release oci://ghcr.io/deliveryhero/helm-charts/prometheus-new-relic-exporterTo install with some set values:
helm install my-release oci://ghcr.io/deliveryhero/helm-charts/prometheus-new-relic-exporter --set values_key1=value1 --set values_key2=value2To install with custom values file:
helm install my-release oci://ghcr.io/deliveryhero/helm-charts/prometheus-new-relic-exporter -f values.yaml| Key | Type | Default | Description |
|---|---|---|---|
| affinity | object | {} |
|
| config.apitimeout | int | 0 |
|
| extraLabels | object | {} |
|
| fullnameOverride | string | "" |
|
| image.pullPolicy | string | "IfNotPresent" |
|
| image.repository | string | "jfindley/newrelic-exporter" |
|
| image.tag | string | "latest" |
|
| imagePullSecrets | list | [] |
|
| nameOverride | string | "" |
|
| nodeSelector | object | {} |
|
| podSecurityContext | object | {} |
|
| replicaCount | int | 1 |
|
| resources.limits.cpu | string | "2000m" |
|
| resources.limits.memory | string | "2000Mi" |
|
| resources.requests.cpu | string | "500m" |
|
| resources.requests.memory | string | "2000Mi" |
|
| secrets.apikey | string | "<change-me>" |
|
| securityContext | object | {} |
|
| service.port | int | 9126 |
|
| service.type | string | "ClusterIP" |
|
| serviceAccount.create | bool | true |
|
| serviceAccount.name | string | "" |
|
| tolerations | list | [] |
| Name | Url | |
|---|---|---|
| max-rocket-internet | https://github.com/max-rocket-internet |
Chart source: github.com/deliveryhero/helm-charts/prometheus-new-relic-exporter
Older chart versions: github.com/deliveryhero/helm-charts/pkgs/container/helm-charts/prometheus-new-relic-exporter