Skip to content

Latest commit

 

History

History
 
 

prometheus-locust-exporter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

prometheus-locust-exporter

Version: 1.0.1 AppVersion: v0.4.1

A Helm chart a prometheus exporter locust load test metrics

Homepage: https://github.com/ContainerSolutions/locust_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-locust-exporter

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

helm install my-release deliveryhero/prometheus-locust-exporter

To install with some set values:

helm install my-release deliveryhero/prometheus-locust-exporter --set values_key1=value1 --set values_key2=value2

To install with custom values file:

helm install my-release deliveryhero/prometheus-locust-exporter -f values.yaml

Source Code

Values

Key Type Default Description
affinity object {}
config.locust_timeout string "5s" timeout when getting metrics from locust
config.locust_uri string "http://localhost:8089" the locust endpoint
config.log_level string "info" the log level
config.web_listen_address string ":9646" the address to listen on for metric serving
config.web_telemetry_path string "/metrics" the path
fullnameOverride string ""
image.pullPolicy string "IfNotPresent"
image.repository string "containersol/locust_exporter"
image.tag string "v0.4.1"
imagePullSecrets list []
nameOverride string ""
nodeSelector object {}
podAnnotations."prometheus.io/path" string "/metrics"
podAnnotations."prometheus.io/port" string "9646"
podAnnotations."prometheus.io_scrape" string "true"
podLivenessProbe.failureThreshold int 2
podLivenessProbe.httpGet.path string "/healthz"
podLivenessProbe.httpGet.port int 9646
podLivenessProbe.initialDelaySeconds int 5
podLivenessProbe.periodSeconds int 30
podLivenessProbe.timeoutSeconds int 5
podReadinessProbe.failureThreshold int 2
podReadinessProbe.httpGet.path string "/healthz"
podReadinessProbe.httpGet.port int 9646
podReadinessProbe.initialDelaySeconds int 5
podReadinessProbe.periodSeconds int 30
podReadinessProbe.timeoutSeconds int 5
podSecurityContext object {}
pod_labels object {}
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]