Interface
CollectorImpl
CollectorImpl is the interface that specific collectors must implement
Source from the content-addressed store, hash-verified
| 95 | |
| 96 | // CollectorImpl is the interface that specific collectors must implement |
| 97 | type CollectorImpl interface { |
| 98 | CollectOnce() error |
| 99 | } |
| 100 | |
| 101 | // Config holds framework configuration |
| 102 | type Config struct { |
Implementers 6
Collectorsrc/go/plugin/ibm.d/modules/mq/collect Collectorsrc/go/plugin/ibm.d/modules/websphere/ Collectorsrc/go/plugin/ibm.d/modules/websphere/ Collectorsrc/go/plugin/ibm.d/modules/websphere/ Collectorsrc/go/plugin/ibm.d/modules/as400/modu Collectorsrc/go/plugin/ibm.d/modules/db2/collec
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…