Skip to content

metoro-io/metoro-helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Metoro Helm Charts

This repository contains the Helm Charts for Metoro.

Metoro Exporter

Metoro exporter is a collection of components that collects traces, logs, metrics and profiling data from a Kubernetes cluster and exports them back to metoro.

Interesting values

All of the values can be seen in the values.yaml file. However it is quite large so here are some of the more interesting values.

Scheduling

Key Type Default Description
exporter.scheduling.nodeSelector map {} Node selector for the metoro exporter pod
exporter.scheduling.tolerations list [] Tolerations for the metoro exporter pod
exporter.scheduling.affinity map {} Affinity for the metoro exporter pod
nodeAgent.scheduling.nodeSelector map {} Node selector for the metoro node agent pods (be careful as this could cause some applications not to be instrumented)
nodeAgent.scheduling.tolerations list [] Tolerations for the metoro node agent pods (be careful as this could cause some applications not to be instrumented)
nodeAgent.scheduling.affinity map {} Affinity for the metoro node agent pods (be careful as this could cause some applications not to be instrumented)
redis.master.nodeSelector map {} Node selector for the exporter redis instance
redis.master.tolerations list [] Tolerations for the exporter redis instance
redis.master.affinity map {} Affinity for the exporter redis instance