/

All Collectors

A list of all available collectors


Kubernetes Cluster Info

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

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
Edit on GitHub