This repository contains the Helm Charts for Metoro.
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.
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.
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 |