Skip to content

Latest commit

 

History

History

prometheus-new-relic-app-exporter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

prometheus-new-relic-app-exporter

Version: 1.0.0 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

Add Delivery Hero public chart repo:

helm repo add deliveryhero https://charts.deliveryhero.io/

A simple install with default values:

helm install deliveryhero/prometheus-new-relic-app-exporter

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

helm install my-release deliveryhero/prometheus-new-relic-app-exporter

To install with some set values:

helm install my-release deliveryhero/prometheus-new-relic-app-exporter --set values_key1=value1 --set values_key2=value2

To install with custom values file:

helm install my-release deliveryhero/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 [email protected]