MCPcopy
hub / github.com/netdata/netdata / CollectorImpl

Interface CollectorImpl

src/go/plugin/ibm.d/framework/types.go:97–99  ·  view source on GitHub ↗

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
97type CollectorImpl interface {
98 CollectOnce() error
99}
100
101// Config holds framework configuration
102type Config struct {

Callers 1

CollectMethod · 0.65

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

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…