helm-charts

prometheus-new-relic-app-exporter

Version: 1.0.1 AppVersion: 0.0.2

A Helm chart a prometheus exporter for a single New Relic application

Homepage: https://github.com/previousnext/newrelic-exporter

How to install this chart

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-app-exporter

To install a specific version of this chart:

helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/prometheus-new-relic-app-exporter --version 1.0.1

To install the chart with the release name my-release:

helm install my-release oci://ghcr.io/deliveryhero/helm-charts/prometheus-new-relic-app-exporter

To install with some set values:

helm install my-release oci://ghcr.io/deliveryhero/helm-charts/prometheus-new-relic-app-exporter --set values_key1=value1 --set values_key2=value2

To install with custom values file:

helm install my-release oci://ghcr.io/deliveryhero/helm-charts/prometheus-new-relic-app-exporter -f values.yaml

Source Code

Values

Key Type Default Description
affinity object {}  
fullnameOverride string ""  
image.pullPolicy string "IfNotPresent"  
image.repository string "maxrocketinternet/new-relic-app-exporter"  
image.tag string "0.1"  
imagePullSecrets list []  
nameOverride string ""  
new_relic_api_key string "<change-me>" the New Relic API key
new_relic_application string "my-app" the name of the name in New Relic
nodeSelector object {}  
podAnnotations.”prometheus.io/path” string "/metrics"  
podAnnotations.”prometheus.io/port” string "9000"  
podAnnotations.”prometheus.io_scrape” string "true"  
podLivenessProbe.failureThreshold int 2  
podLivenessProbe.initialDelaySeconds int 5  
podLivenessProbe.periodSeconds int 30  
podLivenessProbe.tcpSocket.port int 9000  
podLivenessProbe.timeoutSeconds int 5  
podReadinessProbe.failureThreshold int 2  
podReadinessProbe.initialDelaySeconds int 5  
podReadinessProbe.periodSeconds int 30  
podReadinessProbe.tcpSocket.port int 9000  
podReadinessProbe.timeoutSeconds int 5  
podSecurityContext object {}  
pod_labels object {}  
replicaCount int 1  
resources object {}  
securityContext.readOnlyRootFilesystem bool true  
securityContext.runAsNonRoot bool false  
service.create bool false  
tolerations list []  

Maintainers

Name Email Url
max-rocket-internet   https://github.com/max-rocket-internet

Chart source and versions

Chart source: github.com/deliveryhero/helm-charts/prometheus-new-relic-app-exporter

Older chart versions: github.com/deliveryhero/helm-charts/pkgs/container/helm-charts/prometheus-new-relic-app-exporter