categraf/inputs
ziv cbffb0d7a0 add net response dashboard 2022-08-02 17:26:12 +08:00
..
conntrack input code refactor 2022-08-01 19:00:28 +08:00
cpu input code refactor 2022-08-01 19:00:28 +08:00
disk input code refactor 2022-08-01 19:00:28 +08:00
diskio input code refactor 2022-08-01 19:00:28 +08:00
dns_query input code refactor 2022-08-01 19:00:28 +08:00
docker input code refactor 2022-08-01 19:00:28 +08:00
elasticsearch input code refactor 2022-08-01 19:00:28 +08:00
exec input code refactor 2022-08-01 19:00:28 +08:00
http_response input code refactor 2022-08-01 19:00:28 +08:00
jenkins code refactor for plugin jenkins 2022-08-02 10:45:15 +08:00
jolokia code refactor for InternalConfig 2022-07-25 19:27:14 +08:00
jolokia_agent input code refactor 2022-08-01 19:00:28 +08:00
jolokia_proxy input code refactor 2022-08-01 19:00:28 +08:00
kafka input code refactor 2022-08-01 19:00:28 +08:00
kernel input code refactor 2022-08-01 19:00:28 +08:00
kernel_vmstat input code refactor 2022-08-01 19:00:28 +08:00
kube_state_metrics add some kube-state-metrics related yaml files 2022-06-24 16:19:01 +08:00
kubernetes input code refactor 2022-08-01 19:00:28 +08:00
linux_sysctl_fs input code refactor 2022-08-01 19:00:28 +08:00
logstash input code refactor 2022-08-01 19:00:28 +08:00
mem input code refactor 2022-08-01 19:00:28 +08:00
mongodb input code refactor 2022-08-01 19:00:28 +08:00
mysql input code refactor 2022-08-01 19:00:28 +08:00
net input code refactor 2022-08-01 19:00:28 +08:00
net_response add net response dashboard 2022-08-02 17:26:12 +08:00
netstat input code refactor 2022-08-01 19:00:28 +08:00
nfsclient input code refactor 2022-08-01 19:00:28 +08:00
nginx_upstream_check input code refactor 2022-08-01 19:00:28 +08:00
nginx_vts add nginx_vts plugin README 2022-06-20 14:35:49 +08:00
ntp input code refactor 2022-08-01 19:00:28 +08:00
nvidia_smi input code refactor 2022-08-01 19:00:28 +08:00
oracle input code refactor 2022-08-01 19:00:28 +08:00
ping input code refactor 2022-08-01 19:00:28 +08:00
processes input code refactor 2022-08-01 19:00:28 +08:00
procstat code refactor for plugin procstat 2022-08-02 10:32:24 +08:00
prometheus input code refactor 2022-08-01 19:00:28 +08:00
rabbitmq input code refactor 2022-08-01 19:00:28 +08:00
redis input code refactor 2022-08-01 19:00:28 +08:00
redis_sentinel input code refactor 2022-08-01 19:00:28 +08:00
switch_legacy input code refactor 2022-08-01 19:00:28 +08:00
system input code refactor 2022-08-01 19:00:28 +08:00
tomcat input code refactor 2022-08-01 19:00:28 +08:00
tpl input code refactor 2022-08-01 19:00:28 +08:00
zookeeper input code refactor 2022-08-01 19:00:28 +08:00
README.md add some doc 2022-06-13 19:07:43 +08:00
collector.go code refactor for InternalConfig 2022-07-25 19:27:14 +08:00
inputs.go input code refactor 2022-08-01 19:00:28 +08:00

README.md

inputs

每个采集插件就是一个目录,大家可以点击各个目录进去查看,每个插件的使用方式,都提供了 README 和默认配置,一目了然。如果想贡献插件,可以拷贝 tpl 目录的代码,基于 tpl 做改动。