From e1cf68298923708851d761ed3f5ac12476f5e8aa Mon Sep 17 00:00:00 2001 From: Thomas Gruber Date: Tue, 8 Feb 2022 13:22:20 +0100 Subject: [PATCH] Add other collectors to README --- collectors/README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/collectors/README.md b/collectors/README.md index a79fa03..558649e 100644 --- a/collectors/README.md +++ b/collectors/README.md @@ -22,8 +22,9 @@ In contrast to the configuration files for sinks and receivers, the collectors c * [`loadavg`](./loadavgMetric.md) * [`netstat`](./netstatMetric.md) * [`ibstat`](./infinibandMetric.md) +* [`ibstat_perfquery`](./infinibandPerfQueryMetric.md) * [`tempstat`](./tempMetric.md) -* [`lustre`](./lustreMetric.md) +* [`lustrestat`](./lustreMetric.md) * [`likwid`](./likwidMetric.md) * [`nvidia`](./nvidiaMetric.md) * [`customcmd`](./customCmdMetric.md) @@ -31,10 +32,14 @@ In contrast to the configuration files for sinks and receivers, the collectors c * [`topprocs`](./topprocsMetric.md) * [`nfs3stat`](./nfs3Metric.md) * [`nfs4stat`](./nfs4Metric.md) +* [`cpufreq`](./cpufreqMetric.md) +* [`cpufreq_cpuinfo`](./cpufreqCpuinfoMetric.md) +* [`numastat`](./numastatMetric.md) +* [`gpfs`](./gpfsMetric.md) +* [`ipmistat`](./ipmiMetric.md) ## Todos -* [ ] Exclude devices for `diskstat` collector * [ ] Aggreate metrics to higher topology entity (sum hwthread metrics to socket metric, ...). Needs to be configurable # Contributing own collectors