Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.61 KB

README.md

File metadata and controls

35 lines (29 loc) · 1.61 KB

Resources Exporter

This component provide the number of each machine template used on the k8s cluster.

Exporter

Metrics :

  • MONITORING_FINOPS_machineUsage{cpu="...",memory="...",name="..."}

Parameters of the Chart

Name Description Value
replicaCount Number of pods on the deployment 1
image.registry Image registry ""
image.repository Image repository ""
image.tag Image tag (immutable tags are recommended) latest
image.pullPolicy Image pull policy Always
imagePullSecrets Specify image pull secrets []
nameOverride Override the autogenerated name ""
fullnameOverride Override the autogenerated fullname ""
internalPort Metrics endpoint port number on the pod 2112
env Env values added to the pod {}
envFromSecret Env values added to the pod from secrets {}
service.type Type of the service ClusterIP
service.port Port of the service 2112
rbac.create Create specific rbac & acoount for the exporter false
resources Pod resource requests & limits {}
nodeSelector Node labels for pod assignment []
tolerations List of node taints to tolerate []
affinity Node/pod affinities []
metrics.serviceMonitor.interval Interval at which metrics should be scraped. 10s
metrics.serviceMonitor.additionalLabels Additional labels that can be used so ServiceMonitor will be discovered by Prometheus {}
configs Env values added to the pod from configmaps {}