/
All Collectors
A list of all available in-cluster collectors.
Kubernetes Cluster Info
- clusterInfo: collects basic information about the cluster
- clusterResources: enumerates all available resources in the cluster
Data and logs
- logs: collects logs (stdout and stderr) from pods and includes them in the collected output
- copy: copies files or folders from a pod into the collected output
- copy-from-host: copies files or folders from all hosts into the collected output
- data: writes static or predefined data into the collected output
- configmap: includes information about Kubernetes ConfigMaps in the collected output
- secret: includes information about Kubernetes Secrets in the collected output
- collectd: includes collectd files from all hosts in the cluster
- dns: includes data to troubleshoot DNS Resolution issues
- etcd: includes data to troubleshoot Kubernetes cluster's backing store etcd
Generated and dynamic data
- runPod: runs new pods and includes the results in the collected output
- runDaemonSet: runs a DaemonSet and includes the results for all nodes in the collected output
- http: executes http requests and includes results in the collected output
- exec: execs into existing pods and runs commands to include in the collected output
Databases
- postgresql: collects information related to a postgresql server
- mysql: collects information related to a mysql server
- redis: collects information related to a redis cluster
CSI
- ceph: collects information about a ceph installation
- longhorn: collects information about a longhorn installation
Registry
- registryImages: collects information about image existence in a registry